aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_main_subscribed.html
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-09-05 12:52:00 +0000
committerChris Smith <toonarmy@phpbb.com>2008-09-05 12:52:00 +0000
commit10c8d292054c0e84c1d06d326c06e21b2e7abebb (patch)
treed17027217221a21c60ffb127544a322c6e3be22b /phpBB/styles/prosilver/template/ucp_main_subscribed.html
parent6f754d49e48b732ee6bd12fce80f57f4480a4b5d (diff)
downloadforums-10c8d292054c0e84c1d06d326c06e21b2e7abebb.tar
forums-10c8d292054c0e84c1d06d326c06e21b2e7abebb.tar.gz
forums-10c8d292054c0e84c1d06d326c06e21b2e7abebb.tar.bz2
forums-10c8d292054c0e84c1d06d326c06e21b2e7abebb.tar.xz
forums-10c8d292054c0e84c1d06d326c06e21b2e7abebb.zip
Merge in r8825
git-svn-id: file:///svn/phpbb/trunk@8826 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_subscribed.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_main_subscribed.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
index b146619f75..f2cd843a6b 100644
--- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html
+++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
@@ -23,8 +23,7 @@
<li class="row<!-- IF forumrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
<dt><a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
- <!-- IF forumrow.LAST_POST_TIME -->{L_LAST_POST} {L_POST_BY_AUTHOR} <!-- IF forumrow.U_LAST_POST_AUTHOR --><a href="{forumrow.U_LAST_POST_AUTHOR}">{forumrow.LAST_POST_AUTHOR}</a>
- <!-- ELSE -->{forumrow.LAST_POST_AUTHOR}<!-- ENDIF --> <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> {L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}
+ <!-- IF forumrow.LAST_POST_TIME -->{L_LAST_POST} {forumrow.LAST_POST_AUTHOR_FULL} <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> {L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}
<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF -->
</dt>
<dd class="mark"><input type="checkbox" name="f[{forumrow.FORUM_ID}]" id="f{forumrow.FORUM_ID}" /></dd>