diff options
Diffstat (limited to '')
-rw-r--r-- | template/default/search.vtp | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/template/default/search.vtp b/template/default/search.vtp index 8ba9039c7..cfbceadea 100644 --- a/template/default/search.vtp +++ b/template/default/search.vtp @@ -1,9 +1,10 @@ <html> <head> - {#page_style} - <title>{#search_page_title}</title> + {#style} + <title>{#search_title}</title> </head> <body> + {#header} <table style="width:100%;height:100%"> <tr align="center" valign="middle"> <td> @@ -65,6 +66,11 @@ <a href="{#back_url}">[ {#search_return_main_page} ]</a> </td> </tr> + <tr> + <td colspan="2"> + <div style="margin-top:10px;">* : {#search_comments}</div> + </td> + </tr> </table> </form> </div> @@ -72,5 +78,6 @@ </td> </tr> </table> + {#footer} </body> </html>
\ No newline at end of file |