1
0
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:
Cameron
2016-02-13 11:54:24 -08:00
parent 3786274edc
commit a2575f00a5
2 changed files with 6 additions and 3 deletions

View File

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