1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 10:01:56 +02:00

Issue #4332 - Bootstrap 5 styling fixes.

This commit is contained in:
Cameron
2021-02-23 11:11:35 -08:00
parent 973a446bb4
commit 76af210666
8 changed files with 19 additions and 51 deletions

View File

@@ -155,6 +155,7 @@ function init()
if(THEME_LEGACY !== true)
{
$FORUM_VIEWFORUM_TEMPLATE = e107::getTemplate('forum', 'forum_viewforum');
$GLOBALS['FORUM_VIEWFORUM_TEMPLATE'] = $FORUM_VIEWFORUM_TEMPLATE;
}
else
{