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." |
";