mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
Improved check for Bootstrap3
This commit is contained in:
@@ -60,7 +60,7 @@ $userMethods = e107::getUserSession();
|
||||
require_once (e_HANDLER.'ren_help.php');
|
||||
|
||||
|
||||
if(deftrue('BOOTSTRAP')==3)
|
||||
if(deftrue('BOOTSTRAP')===3)
|
||||
{
|
||||
$template = e107::getCoreTemplate('usersettings','', true, true); // always merge
|
||||
|
||||
|
Reference in New Issue
Block a user