From f5e17d116cbf760f2f83205ea29f62b177e26616 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 4 Jul 2001 00:43:03 +0000 Subject: [PATCH] Minor updates to joined and posts output git-svn-id: file:///svn/phpbb/trunk@551 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/Default/viewtopic_body.tpl | 3 +-- phpBB/templates/PSO/viewtopic_body.tpl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/phpBB/templates/Default/viewtopic_body.tpl b/phpBB/templates/Default/viewtopic_body.tpl index 1e6b7a5eeb..b8292ee485 100644 --- a/phpBB/templates/Default/viewtopic_body.tpl +++ b/phpBB/templates/Default/viewtopic_body.tpl @@ -69,8 +69,7 @@ {postrow.POSTER_RANK}
{postrow.RANK_IMAGE}

- - {L_JOINED}: {postrow.POSTER_JOINED}
{L_POSTS}: {postrow.POSTER_POSTS}
{postrow.POSTER_FROM}
+ {postrow.POSTER_JOINED}
{postrow.POSTER_POSTS}
{postrow.POSTER_FROM}
{postrow.POST_SUBJECT} {L_POSTED}: {postrow.POST_DATE} diff --git a/phpBB/templates/PSO/viewtopic_body.tpl b/phpBB/templates/PSO/viewtopic_body.tpl index be47475030..7bf0b83235 100644 --- a/phpBB/templates/PSO/viewtopic_body.tpl +++ b/phpBB/templates/PSO/viewtopic_body.tpl @@ -24,7 +24,7 @@ - +
{postrow.POSTER_NAME}
{postrow.POSTER_RANK}
{postrow.RANK_IMAGE}

{L_JOINED}: {postrow.POSTER_JOINED}
{L_POSTS}: {postrow.POSTER_POSTS}
{postrow.POSTER_FROM}


{postrow.POSTER_AVATAR}

{postrow.POSTER_NAME}
{postrow.POSTER_RANK}
{postrow.RANK_IMAGE}

{postrow.POSTER_JOINED}
{postrow.POSTER_POSTS}
{postrow.POSTER_FROM}


{postrow.POSTER_AVATAR}

Back to top