diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/search_results.html')
-rw-r--r-- | phpBB/styles/subSilver/template/search_results.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/search_results.html b/phpBB/styles/subSilver/template/search_results.html index ab0764254c..ea880d3642 100644 --- a/phpBB/styles/subSilver/template/search_results.html +++ b/phpBB/styles/subSilver/template/search_results.html @@ -4,7 +4,7 @@ <table width="100%" cellspacing="1"> <tr> - <td colspan="2"><span class="titles">{SEARCH_MATCHES}</span><br /></td> + <td colspan="2"><span class="titles"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --></span><br /></td> </tr> <tr> <td class="genmed"><!-- IF SEARCH_TOPIC -->{L_SEARCHED_TOPIC}: <a href="{U_SEARCH_TOPIC}"><b>{SEARCH_TOPIC}</b></a><br /><!-- ENDIF --><!-- IF SEARCH_WORDS -->{L_SEARCHED_FOR}: <a href="{U_SEARCH_WORDS}"><b>{SEARCH_WORDS}</b></a><!-- ENDIF --><!-- IF IGNORED_WORDS --> {L_IGNORED_TERMS}: <b>{IGNORED_WORDS}</b><!-- ENDIF --></td> @@ -123,7 +123,8 @@ </form> -<div class="nav" style="float:left"><!-- INCLUDE pagination.html --></div> +<div class="gensmall" style="float:left"><span class="nav">{PAGE_NUMBER}</span> [ {SEARCH_MATCHES} ]</div> +<div class="nav" style="float:right"><!-- INCLUDE pagination.html --></div> <br clear="all" /><br /> |