1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

Closes #4124, #3686 - News template loading behavior. Added alert-dismissible for BS4.

This commit is contained in:
Cameron
2020-05-01 13:40:07 -07:00
parent cd01e8119b
commit d51c3e07c6
2 changed files with 2 additions and 2 deletions

View File

@@ -985,7 +985,7 @@ class news_front
$action = $currentNewsAction;
if(deftrue('BOOTSTRAP')) // v2.x
if(!deftrue('THEME_LEGACY')) // v2.x
{
$template = e107::getTemplate('news', 'news', 'list');
}