mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 05:02:02 +02:00
Fix for broken banner-menu when no template found in theme folder.
This commit is contained in:
parent
17bc8896c8
commit
94ae8bcd1d
@ -38,8 +38,9 @@ if(file_exists(THEME.'banner_template.php'))
|
||||
}
|
||||
else
|
||||
{
|
||||
require_once (e_THEME.'templates/banner_template.php');
|
||||
require_once (e_PLUGIN.'banner/banner_template.php');
|
||||
}
|
||||
|
||||
$menu_pref = e107::getConfig('menu')->getPref('');
|
||||
|
||||
if(isset($campaign))
|
||||
|
Loading…
x
Reference in New Issue
Block a user