diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 4dc8e1139..5ac162b2d 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -15,15 +15,7 @@ </TMPL_LOOP> <TMPL_VAR TITLE> </h1> -<TMPL_IF NAME="HYPERESTRAIERURL"> -<form method="get" action="<TMPL_VAR HYPERESTRAIERURL>" id="searchform"> -<div> -<input type="text" name="phrase" value="" size="16" /> -<input type="hidden" name="enc" value="UTF-8" /> -<input type="hidden" name="do" value="hyperestraier" /> -</div> -</form> -</TMPL_IF> +<TMPL_VAR HEADERCONTENT> </div> <div id="actions"> |