array( 'name' => t('jQuery Countdown'), 'description' => t('This is a simple countdown plugin which displays a countdown effect.'), 'version' => '1.5.5', 'url' => 'http://keith-wood.name/countdown.html', ), ); break; case 'add': switch ($plugin) { case 'jquery_countdown': // When adding the plugin, allow additional arguments so that // we can automatically add the jQuery $selector and $options // function. $args = func_get_args(); unset($args[0]); // $op unset($args[1]); // $plugin call_user_func_array('jquery_countdown_add', $args); break; } break; } }