add( 'config', l10n('Configuration'), $my_base_url.'-config'); $tabsheet->add( 'exclude', l10n('Exclude'), $my_base_url.'-exclude' ); $tabsheet->add( 'custom', l10n('Custom'), $my_base_url.'-custom' ); $tabsheet->select($page['tab']); $tabsheet->assign(); $my_base_url = $tabsheet->sheets[ $page['tab'] ]['url']; include_once( dirname(__FILE__).'/functions.inc.php'); include_once( dirname(__FILE__).'/admin/functions.inc.php'); include_once( dirname(__FILE__).'/admin/'.$page['tab'].'.php'); $template->set_filename( 'rv_ac', dirname(__FILE__).'/admin/'.$page['tab'].'.tpl' ); $template->assign_var_from_handle( 'ADMIN_CONTENT', 'rv_ac'); ?>