mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec.
This commit is contained in:
@@ -216,7 +216,7 @@ if (!isset($FORUM_MAIN_START))
|
||||
include(e_PLUGIN.'forum/templates/forum_template.php');
|
||||
|
||||
|
||||
if(is_array($FORUM_TEMPLATE) && (BOOTSTRAP === true)) // new v2.x format.
|
||||
if(is_array($FORUM_TEMPLATE) && deftrue('BOOTSTRAP',false)) // new v2.x format.
|
||||
{
|
||||
|
||||
$FORUM_MAIN_START = $FORUM_TEMPLATE['main-start'];
|
||||
|
Reference in New Issue
Block a user