rename ispage variable
[ikiwiki.git] / debian / NEWS
index 6074d6260ec2d46d45e7933e986535d2de640934..0f2c1f5624de47ae3dbfb18a846e175d4f87d88c 100644 (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>