mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Forum plugin - 'New topic' BS button now shows on BS3 theme (checked on BS2, BS3 and non-BS themes)
This commit is contained in:
parent
01329a1d8a
commit
a41e352a97
@ -192,7 +192,7 @@ if($forum->checkPerm($forumId, 'post'))
|
||||
$fVars->NEWTHREADBUTTONX = newthreadjump(e107::getUrl()->create('forum/thread/new', array('id' => $forumId))); // "<a class='btn btn-primary' href='".."'>New Thread</a>";
|
||||
}
|
||||
|
||||
if(BOOTSTRAP !== true)
|
||||
if(!BOOTSTRAP)
|
||||
{
|
||||
$fVars->NEWTHREADBUTTONX = $fVars->NEWTHREADBUTTON;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user