mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fix for forum not displaying.
This commit is contained in:
@@ -330,7 +330,7 @@ if(empty($FORUM_TEMPLATE))
|
||||
}
|
||||
}
|
||||
|
||||
if(is_array($FORUM_TEMPLATE) && deftrue('BOOTSTRAP',false)) // new v2.x format.
|
||||
if(is_array($FORUM_TEMPLATE)) // new v2.x format.
|
||||
{
|
||||
|
||||
if(varset($FORUM_TEMPLATE['main-start'])) // correction of previous v2.x setup.
|
||||
|
Reference in New Issue
Block a user