allow sys editing of menu
This commit is contained in:
		| @@ -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'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user