config= $config; } function execute() { /* Call parent execute */ plugin::execute(); $smarty= get_smarty(); /* Show main page */ return ($smarty->fetch (get_template_path('contents.tpl', TRUE))); } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>