diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-05 18:27:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-05 18:27:09 -0400 |
commit | 58a07f9e5436ec815c0cb5736a9680096c977eed (patch) | |
tree | 0ee549941d2cd73c3f78af6f1e7f9787990ce987 /templates | |
parent | 66cc23a591f25344072deb07b2ccc7a4d4c89047 (diff) | |
download | ikiwiki-58a07f9e5436ec815c0cb5736a9680096c977eed.tar ikiwiki-58a07f9e5436ec815c0cb5736a9680096c977eed.tar.gz |
on second thought, remove FOOTER variable
We always want a footer, just not a pagefooter when doing misctemplate.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index b6c751a3a..f5257058c 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -133,8 +133,8 @@ <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> -<TMPL_IF HAVE_FOOTER> <TMPL_IF HTML5><footer id="footer" class="pagefooter"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF> +<TMPL_IF ISPAGE> <TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF> <TMPL_IF NAME="TAGS"> @@ -184,10 +184,10 @@ Last edited <TMPL_VAR MTIME> </div> <TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF> +</TMPL_IF> <TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF> <!-- from <TMPL_VAR WIKINAME> --> <TMPL_IF HTML5></footer><TMPL_ELSE></div></TMPL_IF> -</TMPL_IF> <TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF> |