mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 07:44:49 +02:00
Menu-Manager option styling.
This commit is contained in:
@@ -264,7 +264,7 @@ if (!empty($pref['e_header_list']) && is_array($pref['e_header_list']))
|
||||
foreach($pref['e_header_list'] as $val)
|
||||
{
|
||||
// no checks fore existing file - performance
|
||||
e107_include(e_PLUGIN.$val."/e_header.php");
|
||||
e107_include_once(e_PLUGIN.$val."/e_header.php");
|
||||
}
|
||||
}
|
||||
unset($e_headers);
|
||||
|
Reference in New Issue
Block a user