mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
Notice removal
This commit is contained in:
@@ -63,10 +63,8 @@ class e_menu
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// print_a($eMenuArea);
|
// print_a($eMenuArea);
|
||||||
if($_SERVER['E_DEV_MENU'] == 'true') // New in v2.x
|
if(varset($_SERVER['E_DEV_MENU']) == 'true') // New in v2.x
|
||||||
{
|
{
|
||||||
$layouts = e107::getPref('menu_layouts');
|
$layouts = e107::getPref('menu_layouts');
|
||||||
if(!is_array($layouts))
|
if(!is_array($layouts))
|
||||||
|
Reference in New Issue
Block a user