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:
@@ -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'];
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user