1
0
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:
Cameron
2013-05-10 04:38:04 -07:00
parent 16af1a3b11
commit b74aff7458
2 changed files with 109 additions and 71 deletions

View File

@@ -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);
{