diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-05 22:36:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-05 22:36:50 -0400 |
commit | ee9a4e06fcce53062b38814707a0b7d6946d4a36 (patch) | |
tree | 0f5d12ecc35a4aef3cf611147d2b54e197c7807e /templates | |
parent | 57405061f4176bfa3fdfa686101a726a439d67f9 (diff) | |
download | ikiwiki-ee9a4e06fcce53062b38814707a0b7d6946d4a36.tar ikiwiki-ee9a4e06fcce53062b38814707a0b7d6946d4a36.tar.gz |
rename ispage variable
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 4920d3cc8..41fffa263 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -5,7 +5,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> </TMPL_IF> <head> -<TMPL_UNLESS ISPAGE> +<TMPL_IF DYNAMIC> <TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE> <TMPL_IF BASEURL><base href="<TMPL_VAR BASEURL>" /></TMPL_IF> </TMPL_IF> @@ -48,7 +48,7 @@ </TMPL_IF> </span> </span> -<TMPL_IF ISPAGE> +<TMPL_UNLESS DYNAMIC> <TMPL_IF SEARCHFORM> <TMPL_VAR SEARCHFORM> </TMPL_IF> @@ -132,7 +132,7 @@ </TMPL_IF> <TMPL_IF HTML5><footer id="footer" class="pagefooter"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF> -<TMPL_IF ISPAGE> +<TMPL_UNLESS DYNAMIC> <TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF> <TMPL_IF TAGS> |