From 916319a65eff585818f88eff80fd452f0fefe614 Mon Sep 17 00:00:00 2001 From: rica-carv Date: Sat, 19 Nov 2016 13:26:59 +0000 Subject: [PATCH] Update forum_viewforum_template.php --- e107_plugins/forum/templates/forum_viewforum_template.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/e107_plugins/forum/templates/forum_viewforum_template.php b/e107_plugins/forum/templates/forum_viewforum_template.php index 42ba5ced9..5312220e7 100644 --- a/e107_plugins/forum/templates/forum_viewforum_template.php +++ b/e107_plugins/forum/templates/forum_viewforum_template.php @@ -340,6 +340,10 @@ $FORUM_VIEWFORUM_TEMPLATE['sub-item'] = "{NEWFLAG} $FORUM_VIEWFORUM_TEMPLATE['sub-footer'] = ""; +/* Examples top divider with shortcodes - working +$FORUM_VIEWFORUM_TEMPLATE['divider-important'] = "".LAN_FORUM_1006." {FORUMTITLE}".LAN_FORUM_0003."".LAN_FORUM_1005."".LAN_FORUM_0004.""; +$FORUM_VIEWFORUM_TEMPLATE['divider-normal'] = "".LAN_FORUM_1007." {FORUMTITLE}".LAN_FORUM_0003."".LAN_FORUM_1005."".LAN_FORUM_0004.""; +*/ $FORUM_VIEWFORUM_TEMPLATE['divider-important'] = "".LAN_FORUM_1006."".LAN_FORUM_0003."".LAN_FORUM_1005."".LAN_FORUM_0004.""; $FORUM_VIEWFORUM_TEMPLATE['divider-normal'] = "".LAN_FORUM_1007."".LAN_FORUM_0003."".LAN_FORUM_1005."".LAN_FORUM_0004."";