1
0
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:
Cameron 2013-05-09 23:51:34 -07:00
parent 17bc8896c8
commit 94ae8bcd1d

View File

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