mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
More Menu-Manager work.
This commit is contained in:
@@ -138,6 +138,12 @@ class e_menu
|
||||
protected function getData($layout)
|
||||
{
|
||||
$pref = e107::getPref('menu_layouts');
|
||||
|
||||
if(!varset($pref[$layout]))
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
||||
|
||||
foreach($pref[$layout] as $area=>$v);
|
||||
{
|
||||
|
Reference in New Issue
Block a user