1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 05:07:27 +02:00

Forum plugin - bootstrap them was not detected properly (similar to a41e352a97) therefore displaying v1 styling instead of BS

This commit is contained in:
Moc
2014-06-25 21:29:12 +02:00
parent a24b87f022
commit cc4749c32c

View File

@@ -583,7 +583,7 @@ function parse_thread($thread_info)
$_TEMPLATE = "<tr id='thread-{$threadId}'>".substr($_TEMPLATE,4); $_TEMPLATE = "<tr id='thread-{$threadId}'>".substr($_TEMPLATE,4);
} }
if(BOOTSTRAP !== true) if(!BOOTSTRAP)
{ {
$tVars->REPLIESX = $tVars->REPLIES; $tVars->REPLIESX = $tVars->REPLIES;
$tVars->VIEWSX = $tVars->VIEWS; $tVars->VIEWSX = $tVars->VIEWS;