diff options
author | Matt Friedman <maf675@gmail.com> | 2014-03-27 17:32:15 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-03-27 17:32:15 -0700 |
commit | 619e844c1b48f598e83274395e591faa6754f7c6 (patch) | |
tree | 164b9d24971e3fb14000e783a2f536cc393b57d7 | |
parent | e1c962894ba0118c220542540c3ce6504f5acd52 (diff) | |
download | forums-619e844c1b48f598e83274395e591faa6754f7c6.tar forums-619e844c1b48f598e83274395e591faa6754f7c6.tar.gz forums-619e844c1b48f598e83274395e591faa6754f7c6.tar.bz2 forums-619e844c1b48f598e83274395e591faa6754f7c6.tar.xz forums-619e844c1b48f598e83274395e591faa6754f7c6.zip |
[ticket/12300] Fix broken link to last post in topic subscriptions list
PHPBB3-12300
-rwxr-xr-x | phpBB/styles/prosilver/template/ucp_main_subscribed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html index 9d78bc95fa..1a02359bd0 100755 --- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html +++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html @@ -36,7 +36,7 @@ </div> </dt> <dd class="lastpost"><!-- IF forumrow.LAST_POST_TIME --><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} - <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{forumrow.LAST_POST_TIME}</span> + <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{forumrow.LAST_POST_TIME}</span> <!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF --> </dd> <dd class="mark"><input type="checkbox" name="f[{forumrow.FORUM_ID}]" id="f{forumrow.FORUM_ID}" /></dd> |