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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user