diff --git a/e107_admin/menus.php b/e107_admin/menus.php index 3d861a488..a33f7214b 100644 --- a/e107_admin/menus.php +++ b/e107_admin/menus.php @@ -955,6 +955,7 @@ class e_menu_layout //TODO FIXME parse the theme file (or store it somewhere) to get the number of menu areas for each layout. ie. $menu_areas below. $layouts = self::getLayouts(); + $tp = e107::getParser(); // $text .= print_a($layouts['menus'],true); @@ -964,17 +965,19 @@ class e_menu_layout '.LAN_GO." ".e107::getParser()->toGlyph('fa-chevron-right').''; + $menuButtonLabel = defset("MENLAN_59", "Area [x]"); foreach($layouts['menus'] as $name=>$areas) { - $text .= ''; } diff --git a/e107_languages/English/admin/lan_menus.php b/e107_languages/English/admin/lan_menus.php index 90a2f8098..b2be3e047 100644 --- a/e107_languages/English/admin/lan_menus.php +++ b/e107_languages/English/admin/lan_menus.php @@ -73,4 +73,10 @@ define("MENLAN_55", "Menu Layout"); define("MENLAN_56", "Custom Pages"); define("MENLAN_57", "Drag-and-Drop Menus"); define("MENLAN_58", "The Menu-Manager allows you to place and arrange your menus within your theme template. Hover over the sub-areas to modify existing menu items."); -?> + +define("MENLAN_59", "Area [x]"); + + + + +?> \ No newline at end of file