mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 05:31:58 +02:00
Merge pull request #2787 from Jimmi08/patch-1
Fixes #2707 forum template - missing parent end part
This commit is contained in:
commit
9636d988a9
@ -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