setupLocale(); } /** * return some info */ function getInfo(){ return array( 'author' => 'Andreas Gohr', 'email' => 'andi@splitbrain.org', 'date' => '2005-09-04', 'name' => 'Searchindex Manager', 'desc' => 'Allows to rebuild the fulltext search index', 'url' => 'http://wiki.splitbrain.org/plugin:searchindex', ); } /** * return sort order for position in admin menu */ function getMenuSort() { return 40; } /** * handle user request */ function handle() { } /** * output appropriate html */ function html() { print $this->plugin_locale_xhtml('intro'); print '
'; print ''; print ''; print ''; print '
'; } } //Setup VIM: ex: et ts=4 enc=utf-8 :