1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

partial fix for problem with breadcrumbs in forum_viewforum.php

https://github.com/e107inc/e107/issues/3235
This commit is contained in:
Jimako
2018-06-30 13:28:06 +02:00
committed by GitHub
parent 89e3716c3f
commit 5b4cc2f11c

View File

@@ -178,6 +178,8 @@ if(!empty($FORUM_VIEWFORUM_TEMPLATE) && is_array($FORUM_VIEWFORUM_TEMPLATE) && T
$FORUM_IMPORTANT_ROW = $FORUM_VIEWFORUM_TEMPLATE['divider-important'];
$FORUM_NORMAL_ROW = $FORUM_VIEWFORUM_TEMPLATE['divider-normal'];
$FORUM_CRUMB = $FORUM_VIEWFORUM_TEMPLATE['forum-crumb'];
}