mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 10:01:56 +02:00
PHP Notice and BC Fixes.
This commit is contained in:
@@ -39,7 +39,11 @@ if(!$OTHERNEWS2_STYLE)
|
||||
{
|
||||
if(deftrue('BOOTSTRAP')) // v2.x
|
||||
{
|
||||
define("OTHERNEWS_COLS",false);
|
||||
if(!defined("OTHERNEWS_COLS"))
|
||||
{
|
||||
define("OTHERNEWS_COLS",false);
|
||||
}
|
||||
|
||||
$template = e107::getTemplate('news', 'news_menu', 'other2');
|
||||
$OTHERNEWS2_STYLE = $template['item'];
|
||||
|
||||
|
Reference in New Issue
Block a user