diff options
author | David King <imkingdavid@gmail.com> | 2012-12-17 17:59:41 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 17:59:41 -0500 |
commit | 636227491d6f6c8e2c2bfef22773de80ac9f71c3 (patch) | |
tree | 73f3b8d12dd3286785b7771ba46b39bfd96609e6 /phpBB/styles | |
parent | 8d6a4559bacd8458e241993a195385f83cb7b3c1 (diff) | |
download | forums-636227491d6f6c8e2c2bfef22773de80ac9f71c3.tar forums-636227491d6f6c8e2c2bfef22773de80ac9f71c3.tar.gz forums-636227491d6f6c8e2c2bfef22773de80ac9f71c3.tar.bz2 forums-636227491d6f6c8e2c2bfef22773de80ac9f71c3.tar.xz forums-636227491d6f6c8e2c2bfef22773de80ac9f71c3.zip |
[feature/events] forumlist_body_last_post_title_after -> _prepend (subsilver2)
PHPBB3-9550
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subsilver2/template/forumlist_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html index 36c4b47381..3e30561f3a 100644 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ b/phpBB/styles/subsilver2/template/forumlist_body.html @@ -61,9 +61,9 @@ <td class="row2" align="center" nowrap="nowrap"> <!-- IF forumrow.LAST_POST_TIME --> <!-- IF forumrow.S_DISPLAY_SUBJECT --> + <!-- EVENT forumlist_body_last_post_title_prepend --> <p class="topicdetails"><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a></p> <!-- ENDIF --> - <!-- EVENT forumlist_body_last_post_title_after --> <p class="topicdetails"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}" class="imageset">{UNAPPROVED_IMG}</a> <!-- ENDIF -->{forumrow.LAST_POST_TIME}</p> <p class="topicdetails">{forumrow.LAST_POSTER_FULL} <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a><!-- ENDIF --> |