registerTask( 'show', 'display' ); // ensure DB cache table is created and up to date JLoader::import( 'helpers.controllerHelper',JOOMFISH_ADMINPATH); JLoader::import( 'classes.JCacheStorageJFDB',JOOMFISH_ADMINPATH); JoomfishControllerHelper::_checkDBCacheStructure(); JoomfishControllerHelper::_checkDBStructure(); } /** * Standard display control structure * */ function display( ) { $this->view = & $this->getView('cpanel'); parent::display(); } function cancel() { $this->setRedirect( 'index.php?option=com_joomfish' ); } } ?>