mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
Forum Template BC fixes. Old template will be used if bootstrap not found.
This commit is contained in:
@@ -79,12 +79,16 @@ $FORUM_TRACK_MAIN = "<br />TRACK-MAIN";
|
||||
$FORUM_TRACK_END = "<br />TRACK-END";
|
||||
*/
|
||||
|
||||
// New in v2.x - requires a bootstrap theme be loaded.
|
||||
|
||||
|
||||
$FORUM_TEMPLATE['main-start'] = "<div class='row'>
|
||||
<div class='right'>
|
||||
{SEARCH}
|
||||
</div>
|
||||
|
||||
</div><table class='table table-striped'>
|
||||
<div class='right'>
|
||||
{SEARCH}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<table class='table table-striped'>
|
||||
<colgroup>
|
||||
<col style='width:3%' />
|
||||
<col />
|
||||
|
Reference in New Issue
Block a user