mirror of
https://github.com/e107inc/e107.git
synced 2025-07-22 07:21:16 +02:00
Tweak bootstrap check
(also take into account BS4)
This commit is contained in:
@@ -207,7 +207,7 @@
|
|||||||
</table>";
|
</table>";
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
return (defset('BOOTSTRAP') == 3 && !empty($FORUM_VIEWFORUM_TEMPLATE['iconkey'])) ? e107::getParser()->parseTemplate($FORUM_VIEWFORUM_TEMPLATE['iconkey'], true) : "
|
return (defset('BOOTSTRAP') && !empty($FORUM_VIEWFORUM_TEMPLATE['iconkey'])) ? e107::getParser()->parseTemplate($FORUM_VIEWFORUM_TEMPLATE['iconkey'], true) : "
|
||||||
<table class='table table-bordered' style='width:100%'>
|
<table class='table table-bordered' style='width:100%'>
|
||||||
<tr>
|
<tr>
|
||||||
<td style='vertical-align:middle; text-align:center; width:2%'>" . IMAGE_new_small . "</td>
|
<td style='vertical-align:middle; text-align:center; width:2%'>" . IMAGE_new_small . "</td>
|
||||||
|
Reference in New Issue
Block a user