diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/googleform.tmpl | 4 | ||||
-rw-r--r-- | templates/misc.tmpl | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/googleform.tmpl b/templates/googleform.tmpl index 523cff001..e2d4a1f43 100644 --- a/templates/googleform.tmpl +++ b/templates/googleform.tmpl @@ -1,6 +1,6 @@ <form method="get" action="http://www.google.com/search" id="searchform"> <div> - <input name="sitesearch" value="<TMPL_VAR SITEFQDN>" type="hidden"> - <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text"> + <input name="sitesearch" value="<TMPL_VAR SITEFQDN>" type="hidden" /> + <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text" /> </div> </form> diff --git a/templates/misc.tmpl b/templates/misc.tmpl index 7f65217d1..0de56edeb 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -17,11 +17,13 @@ </head> <body> +<div class="pageheader"> <div class="header"> <span> <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE> </span> </div> +</div> <!-- .pageheader --> <div id="content"> <TMPL_VAR PAGEBODY> |