rename ispage variable

master
Joey Hess 2010-05-05 22:36:50 -04:00
parent 57405061f4
commit ee9a4e06fc
4 changed files with 5 additions and 5 deletions

View File

@ -1747,6 +1747,7 @@ sub misctemplate ($$;@) {
});
$template->param(
dynamic => 1,
title => $title,
wikiname => $config{wikiname},
content => $content,

View File

@ -138,7 +138,6 @@ sub genpage ($$) {
title => $page eq 'index'
? $config{wikiname}
: pagetitle(basename($page)),
ispage => 1,
wikiname => $config{wikiname},
content => $content,
backlinks => $backlinks,

2
debian/NEWS vendored
View File

@ -4,7 +4,7 @@ ikiwiki (3.20100505) UNRELEASED; urgency=low
If you have locally modified versions of that template, you will need
to update it to contain the following in the HTML <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>

View File

@ -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>