*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
\n";
$h = 0;
$head[$h][0] = DOL_URL_ROOT."/admin/menus.php";
$head[$h][1] = $langs->trans("MenuHandlers");
$head[$h][2] = 'handler';
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/menus/index.php";
$head[$h][1] = $langs->trans("MenuAdmin");
$head[$h][2] = 'editor';
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/menus/other.php";
$head[$h][1] = $langs->trans("Miscellanous");
$head[$h][2] = 'misc';
$h++;
dol_fiche_head($head, 'misc', $langs->trans("Menus"));
// Other Options
$var=true;
print '
| '.$langs->trans("Parameters").' | '; print ''.$langs->trans("Status").' | '; print '||
| '.$langs->trans("HideUnauthorizedMenu").' | '; print ''; if ($conf->global->MAIN_MENU_HIDE_UNAUTHORIZED == 0) { print ''.img_picto($langs->trans("Disabled"),'off').''; } if($conf->global->MAIN_MENU_HIDE_UNAUTHORIZED == 1) { print ''.img_picto($langs->trans("Enabled"),'on').''; } print " | "; print '||
| '.$langs->trans("MenuUseLayout").' | '; print ''; if ($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT == 0) { print ''.img_picto($langs->trans("Disabled"),'off').''; } if($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT == 1) { print ''.img_picto($langs->trans("Enabled"),'on').''; } print " | "; print '||