1
0
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:
Cameron
2013-12-21 06:23:22 -08:00
parent e2d67d8ecd
commit c3e93fb34d
16 changed files with 419 additions and 333 deletions

View File

@@ -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'];