From b95549a7a7c9bcac72764f03ab453749b9ba3ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=A8rejean?= Date: Wed, 6 Jun 2012 12:46:50 +0200 Subject: [PATCH] [feature/events] Correct template calls There where two `` calls in the templates left. Replace those two calls with the proper `` call PHPBB3-9550 --- phpBB/styles/prosilver/template/forumlist_body.html | 2 +- phpBB/styles/subsilver2/template/forumlist_body.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index 8963da8d1e..7e893e012b 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -50,7 +50,7 @@
{UNAPPROVED_IMG} {L_LAST_POST} - + {forumrow.LAST_POST_SUBJECT_TRUNCATED}
diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html index 972ddeb513..b44b307f64 100644 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ b/phpBB/styles/subsilver2/template/forumlist_body.html @@ -63,7 +63,7 @@

{forumrow.LAST_POST_SUBJECT_TRUNCATED}

- +

{UNAPPROVED_IMG} {forumrow.LAST_POST_TIME}

{forumrow.LAST_POSTER_FULL} {LAST_POST_IMG}