1
0
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:
Jimako 2018-06-30 13:28:06 +02:00 committed by GitHub
parent 89e3716c3f
commit 5b4cc2f11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'];
}