mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Issue #1346 - Should correct broken blogcalendar URL issue.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
e107::lan('banner');
|
||||
|
||||
if(file_exists(THEME.'templates/banner/banner_template.php')) // v2.x location.
|
||||
{
|
||||
@@ -33,6 +33,9 @@ else
|
||||
require(e_PLUGIN.'banner/banner_template.php');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
$menu_pref = e107::getConfig('menu')->getPref(''); // legacy preference lookup.
|
||||
|
||||
if(defset('BOOTSTRAP'))
|
||||
|
Reference in New Issue
Block a user