diff --git a/e107_plugins/forum/templates/forum_template.php b/e107_plugins/forum/templates/forum_template.php
index 73ce9da31..d237001c8 100644
--- a/e107_plugins/forum/templates/forum_template.php
+++ b/e107_plugins/forum/templates/forum_template.php
@@ -101,7 +101,7 @@ $FORUM_TEMPLATE['main-start'] = "{FORUM_BREADCRUMB}
$FORUM_TEMPLATE['main-parent'] = "
{PARENTNAME} {PARENTSTATUS} |
- ".LAN_FORUM_0003." |
+ ".LAN_FORUM_0003." |
".LAN_FORUM_0002." |
".LAN_FORUM_0004." |
";
diff --git a/e107_plugins/forum/templates/forum_viewforum_template.php b/e107_plugins/forum/templates/forum_viewforum_template.php
index db788e60e..d11c9dd6b 100644
--- a/e107_plugins/forum/templates/forum_viewforum_template.php
+++ b/e107_plugins/forum/templates/forum_viewforum_template.php
@@ -310,7 +310,7 @@ $FORUM_VIEWFORUM_TEMPLATE['item'] = "
- {REPLIESX} | {VIEWSX} |
+ {REPLIESX} | {VIEWSX} |
{LASTPOSTUSER} {LASTPOSTDATE} {ADMINOPTIONS} |
\n";
@@ -320,15 +320,15 @@ $FORUM_VIEWFORUM_TEMPLATE['item-announce'] = $FORUM_VIEWFORUM_TEMPLATE['item']
$FORUM_VIEWFORUM_TEMPLATE['sub-header'] = "
".LAN_FORUM_1002." |
- ".LAN_FORUM_0003." |
- ".LAN_FORUM_0002." |
+ ".LAN_FORUM_0003." |
+ ".LAN_FORUM_0002." |
".LAN_FORUM_0004." |
";
$FORUM_VIEWFORUM_TEMPLATE['sub-item'] = "{NEWFLAG} |
{SUB_FORUMTITLE} {SUB_DESCRIPTION} |
- {SUB_REPLIESX} |
- {SUB_THREADSX} |
+ {SUB_REPLIESX} |
+ {SUB_THREADSX} |
{SUB_LASTPOSTUSER} {SUB_LASTPOSTDATE} |
\n";