menuSaveAjax(); exit; } if(isset($_GET['configure']) || isset($_GET['iframe'])) { //No layout parse when in iframe mod define('e_IFRAME', true); } require_once("auth.php"); if($_POST) { $e107cache->clear_sys("menus_"); } if ($message != "") { echo $ns -> tablerender('Updated', "
".$message."


"); } //BC - configure and dot delimiter deprecated if (!isset($_GET['configure'])) { $men->menuScanMenus(); $text .= $men->menuRenderMessage(); $text .= $men->menuSelectLayout(); $text .= $men->menuVisibilityOptions(); $text .= $men->menuInstanceParameters(); $text .= $men->menuRenderIframe(); $ns -> tablerender(ADLAN_6." :: ".LAN_MENULAYOUT, $text, 'menus_config'); } else // Within the IFrame. { $men->menuRenderPage(); } // ----------------------------------------------------------------------------- require_once("footer.php"); // ----------------------------------------------------------------------- function menus_adminmenu() { // See admin_shortcodes_class.php - get_admin_menumanager() // required there so it can be shared by plugins. } ?>