diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-14 21:45:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-14 21:45:54 -0400 |
commit | c8b34aa31c7d146adf4210c6171dfea2988a7688 (patch) | |
tree | d25591477f98572fea9e26bff361a6d037b00dff /templates | |
parent | 4c6fa6413fc26ddbb1f8dc2c73f97a105c5002f8 (diff) |
allow misctemplate callers to pass params to suppress actions etc
Suppress disiplay of small search for on search results page, and of
Prefrences link on prefs page.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index a7d200466..f7944e40e 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -48,11 +48,9 @@ </TMPL_IF> </span> </span> -<TMPL_UNLESS SEARCHING> <TMPL_IF SEARCHFORM> <TMPL_VAR SEARCHFORM> </TMPL_IF> -</TMPL_UNLESS> <TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF> <TMPL_IF HAVE_ACTIONS> |