1
0
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:
Moc 2014-06-24 18:39:25 +02:00
parent 01329a1d8a
commit a41e352a97

View File

@ -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;
}