From df716e1e837e121bac29c987ccf4f9a8c68c8af2 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 3 May 2001 00:05:21 +0000 Subject: Changed a templating var to match changed placement in page_header.php git-svn-id: file:///svn/phpbb/trunk@236 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/Default/viewtopic_body.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB') diff --git a/phpBB/templates/Default/viewtopic_body.tpl b/phpBB/templates/Default/viewtopic_body.tpl index 3844cac500..3ed4ef5af8 100644 --- a/phpBB/templates/Default/viewtopic_body.tpl +++ b/phpBB/templates/Default/viewtopic_body.tpl @@ -27,13 +27,13 @@ - + {postrow.POSTER_NAME}
{postrow.POSTER_RANK}
{postrow.RANK_IMAGE}

- {postrow.L_JOINED}: {postrow.POSTER_JOINED}
{L_POSTS}: {postrow.POSTER_POSTS}
{postrow.POSTER_FROM}
+ {L_JOINED}: {postrow.POSTER_JOINED}
{L_POSTS}: {postrow.POSTER_POSTS}
{postrow.POSTER_FROM} {postrow.L_POSTED}: {postrow.POST_DATE}
-- cgit v1.2.1