aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/search_results.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-02-03 15:00:48 +0100
committerJoas Schilling <nickvergessen@gmx.de>2011-04-07 13:48:20 +0200
commitad81637300bfbbb4f18d80cd87326fbc90dd38f8 (patch)
tree47df9a9e8179f3d2d6508ea9c4860ade8bd62f57 /phpBB/styles/subsilver2/template/search_results.html
parenta9ad99302a723cd00725f57b27e9d85303d48e5a (diff)
downloadforums-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/search_results.html')
-rw-r--r--phpBB/styles/subsilver2/template/search_results.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/phpBB/styles/subsilver2/template/search_results.html b/phpBB/styles/subsilver2/template/search_results.html
index 823d057f06..282b0f864b 100644
--- a/phpBB/styles/subsilver2/template/search_results.html
+++ b/phpBB/styles/subsilver2/template/search_results.html
@@ -45,11 +45,7 @@
<!-- IF searchresults.PAGINATION -->
<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {searchresults.PAGINATION} ] </p>
<!-- ENDIF -->
- <!-- IF searchresults.S_TOPIC_GLOBAL -->
- <p class="gensmall">{L_GLOBAL}</p>
- <!-- ELSE -->
- <p class="gensmall">{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></p>
- <!-- ENDIF -->
+ <p class="gensmall">{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></p>
</td>
<td class="row2" width="100" align="center"><p class="topicauthor">{searchresults.TOPIC_AUTHOR_FULL}</p></td>
<td class="row1" width="50" align="center"><p class="topicdetails">{searchresults.TOPIC_REPLIES}</p></td>
@@ -84,7 +80,7 @@
<!-- IF searchresults.S_IGNORE_POST -->
<td class="gensmall" colspan="2" height="25" align="center">{searchresults.L_IGNORE_POST}</td>
<!-- ELSE -->
- <td colspan="2" height="25"><p class="topictitle"><a name="p{searchresults.POST_ID}" id="p{searchresults.POST_ID}"></a>&nbsp;<!-- IF searchresults.FORUM_TITLE -->{L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE -->{L_GLOBAL}<!-- ENDIF --> &nbsp; {L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a> </p></td>
+ <td colspan="2" height="25"><p class="topictitle"><a name="p{searchresults.POST_ID}" id="p{searchresults.POST_ID}"></a>&nbsp;{L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> &nbsp; {L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a> </p></td>
</tr>
<tr class="row1">
<td width="150" align="center" valign="middle"><b class="postauthor">{searchresults.POST_AUTHOR_FULL}</b></td>