mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Forum plugin - bootstrap them was not detected properly (similar to a41e352a97dcef14b9f765393a63647da4fdf32a) therefore displaying v1 styling instead of BS
This commit is contained in:
parent
a24b87f022
commit
cc4749c32c
@ -583,7 +583,7 @@ function parse_thread($thread_info)
|
||||
$_TEMPLATE = "<tr id='thread-{$threadId}'>".substr($_TEMPLATE,4);
|
||||
}
|
||||
|
||||
if(BOOTSTRAP !== true)
|
||||
if(!BOOTSTRAP)
|
||||
{
|
||||
$tVars->REPLIESX = $tVars->REPLIES;
|
||||
$tVars->VIEWSX = $tVars->VIEWS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user