mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
fix for #2707 forum template - missing parent end part
This commit is contained in:
parent
e2ef244e4c
commit
c6d62b823f
@ -348,6 +348,7 @@ if(is_array($FORUM_TEMPLATE) && THEME_LEGACY !== true) // new v2.x format.
|
||||
|
||||
$FORUM_MAIN_START = $FORUM_TEMPLATE['main']['start'];
|
||||
$FORUM_MAIN_PARENT = $FORUM_TEMPLATE['main']['parent'];
|
||||
$FORUM_MAIN_PARENT_END = $FORUM_TEMPLATE['main']['parent_end'];
|
||||
$FORUM_MAIN_FORUM = $FORUM_TEMPLATE['main']['forum'];
|
||||
$FORUM_MAIN_END = $FORUM_TEMPLATE['main']['end'];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user