From cc7aa558106767a486b86ab4766fbdf774ceb814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=B3na=20Lore?= Date: Fri, 18 Dec 2015 14:21:00 +0100 Subject: [PATCH] Align counter cols to center. --- e107_plugins/forum/templates/forum_template.php | 2 +- .../forum/templates/forum_viewforum_template.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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";