diff options
author | TarantinoMariachi <Tarantino.mariachi@gmail.com> | 2017-01-12 20:54:25 +0000 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-22 17:41:31 +0100 |
commit | 612abf391f3df2bff5e64c2ea6267d33ab273e39 (patch) | |
tree | 44c1a25f0d44925a8f02d0c2bf794546d2cb1a2b /phpBB/styles/prosilver/template/search_results.html | |
parent | 3567f45e3d6872fc999862a4b0adb957149e0ed8 (diff) | |
download | forums-612abf391f3df2bff5e64c2ea6267d33ab273e39.tar forums-612abf391f3df2bff5e64c2ea6267d33ab273e39.tar.gz forums-612abf391f3df2bff5e64c2ea6267d33ab273e39.tar.bz2 forums-612abf391f3df2bff5e64c2ea6267d33ab273e39.tar.xz forums-612abf391f3df2bff5e64c2ea6267d33ab273e39.zip |
[ticket/14997] Fixing topiclist_row_topic_title_after position
Fixing position as it is correctly on subsilver, or else it will appear
some problems when using polls or on topics with page numbers.
PHPBB3-14997
Diffstat (limited to 'phpBB/styles/prosilver/template/search_results.html')
-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 b6c454bf05..4365482314 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -76,6 +76,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_DELETED --><a href="{searchresults.U_MCP_QUEUE}">{DELETED_IMG}</a> <!-- ENDIF --> <!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br /> + <!-- EVENT topiclist_row_topic_title_after --> <!-- IF .searchresults.pagination --> <div class="pagination"> <ul> @@ -91,7 +92,6 @@ </div> <!-- ENDIF --> <!-- IF searchresults.S_HAS_POLL -->{POLL_IMG} <!-- ENDIF --> - <!-- EVENT topiclist_row_topic_title_after --> {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> <!-- EVENT topiclist_row_append --> |