diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-02-03 15:00:48 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-04-07 13:48:20 +0200 |
commit | ad81637300bfbbb4f18d80cd87326fbc90dd38f8 (patch) | |
tree | 47df9a9e8179f3d2d6508ea9c4860ade8bd62f57 /phpBB/styles/subsilver2/template/viewforum_body.html | |
parent | a9ad99302a723cd00725f57b27e9d85303d48e5a (diff) | |
download | forums-ad81637300bfbbb4f18d80cd87326fbc90dd38f8.tar forums-ad81637300bfbbb4f18d80cd87326fbc90dd38f8.tar.gz forums-ad81637300bfbbb4f18d80cd87326fbc90dd38f8.tar.bz2 forums-ad81637300bfbbb4f18d80cd87326fbc90dd38f8.tar.xz forums-ad81637300bfbbb4f18d80cd87326fbc90dd38f8.zip |
[ticket/9684] Also display forum-name in subsilver2 template
PHPBB3-9684
Diffstat (limited to 'phpBB/styles/subsilver2/template/viewforum_body.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/viewforum_body.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 65d8ef51c0..5c20b84541 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -202,6 +202,7 @@ <!-- IF topicrow.PAGINATION --> <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p> <!-- ENDIF --> + <!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --><p class="gensmall">{L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a></p><!-- ENDIF --> </td> <td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td> <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td> |