1
0
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:
Cameron
2017-01-05 14:54:24 -08:00
parent 9ebedb6f8a
commit 23667e42c9
2 changed files with 11 additions and 5 deletions

View File

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