diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-14 20:40:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-14 20:40:42 -0400 |
commit | 827e092b58771e5c5efdbc1cf04a62a1d039a015 (patch) | |
tree | 2ff0520aa9627118dd0e59e4772ebd69def6489d | |
parent | 3dd98a3b3f66555ca3d83ec6940a9cd11cf8bec7 (diff) |
show search form on dynamic pages
-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 3bb7197f0..f7944e40e 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -48,11 +48,9 @@ </TMPL_IF> </span> </span> -<TMPL_UNLESS DYNAMIC> <TMPL_IF SEARCHFORM> <TMPL_VAR SEARCHFORM> </TMPL_IF> -</TMPL_UNLESS> <TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF> <TMPL_IF HAVE_ACTIONS> |