]> git.sesse.net Git - xml-template/blobdiff - php/include.php
More fixes.
[xml-template] / php / include.php
index 8cbe0010f7173ffce5a6e09d1f4227412ac5d43e..8819ef72e1e6cdb0d6647c1799ef62942976e161 100644 (file)
@@ -3,7 +3,7 @@ require('xml-template.php');
 
 $doc = XML_Template_process_file('../xml/included.xml', array(
        'color' => 'red'
-));
+), 0);
 $master = XML_Template_process_file('../xml/master.xml', array(
        'title' => 'Main HTML title',
        'h1' => 'Nice heading here',