diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-04 12:38:09 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-04 12:38:09 +0000 |
commit | 7a51b9c0ca343abbcd69d16a418efd0e18676513 (patch) | |
tree | 764f5f40ddcff7e322ab4820af3ed21c8d03e2db | |
parent | a465b06923af558429b3c7642c52309d61574029 (diff) | |
download | forums-7a51b9c0ca343abbcd69d16a418efd0e18676513.tar forums-7a51b9c0ca343abbcd69d16a418efd0e18676513.tar.gz forums-7a51b9c0ca343abbcd69d16a418efd0e18676513.tar.bz2 forums-7a51b9c0ca343abbcd69d16a418efd0e18676513.tar.xz forums-7a51b9c0ca343abbcd69d16a418efd0e18676513.zip |
#10451
git-svn-id: file:///svn/phpbb/trunk@7457 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index c9cb862037..569bdc01a8 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -59,7 +59,7 @@ <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --><a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF --> <!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br /> <!-- IF searchresults.PAGINATION --><strong class="pagination"><span>{searchresults.PAGINATION}</span></strong><!-- ENDIF --> - {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {searchresults.FIRST_POST_TIME} {NEWEST_POST_IMG} + {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {searchresults.FIRST_POST_TIME} <!-- IF not searchresults.S_TOPIC_GLOBAL -->{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE --> ({L_GLOBAL})<!-- ENDIF --> </dt> <dd class="posts">{searchresults.TOPIC_REPLIES}</dd> |