mirror of
https://github.com/e107inc/e107.git
synced 2025-03-13 17:09:46 +01:00
partial fix for problem with breadcrumbs in forum_viewforum.php
https://github.com/e107inc/e107/issues/3235
This commit is contained in:
parent
89e3716c3f
commit
5b4cc2f11c
@ -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'];
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user