list_path_of_real_cat(); $me->init('./galleries/'); global $template; $template->set_filenames( array('plugin_admin_content' => dirname(__FILE__).'/hb_admin.tpl') ); $template->assign( 'HB_VERSION' , HB_VERSION ); if ( isset($_POST['submit']) ) { if ((isset($_POST['HB_active']))&&($_POST['HB_active']="on")) { $template->assign('HB_ACTIVE','checked'); $me->hotblock_dir('./galleries/',0); } else { $me->hotfree_dir('./galleries/',0); } } else { if ($me->etat == "on") { $template->assign('HB_ACTIVE','checked'); } } load_language('plugin.lang', HB_PATH); $template->assign_var_from_handle( 'ADMIN_CONTENT', 'plugin_admin_content'); ?>