mirror of
https://github.com/e107inc/e107.git
synced 2025-09-09 05:40:44 +02:00
Fix for landingzero othernews menu.
This commit is contained in:
@@ -44,7 +44,7 @@ if(!empty($parm))
|
||||
|
||||
if(!$OTHERNEWS2_STYLE)
|
||||
{
|
||||
if(deftrue('BOOTSTRAP')) // v2.x
|
||||
if(THEME_LEGACY !== true) // v2.x
|
||||
{
|
||||
if(!defined("OTHERNEWS_COLS"))
|
||||
{
|
||||
|
@@ -49,7 +49,7 @@ if(!empty($parm))
|
||||
|
||||
if(!$OTHERNEWS_STYLE)
|
||||
{
|
||||
if(deftrue('BOOTSTRAP')) // v2.x
|
||||
if(THEME_LEGACY !== true) // v2.x
|
||||
{
|
||||
if(!defined("OTHERNEWS_COLS"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user