allow sys editing of menu

This commit is contained in:
redmatrix 2015-07-11 16:30:06 -07:00
parent 04c794da10
commit 3ec2dc81f2

View File

@ -137,6 +137,7 @@ function menu_content(&$a) {
$o = replace_macros(get_markup_template('menuedit.tpl'), array(
'$header' => t('Edit Menu'),
'$sys' => $a->is_sys,
'$menu_id' => intval(argv(1)),
'$menu_edit_link' => 'mitem/' . intval(argv(1)) . (($a->is_sys) ? '?f=&sys=1' : ''),
'$hintedit' => t('Add or remove entries to this menu'),