]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - examples/index.php
Updated ROADMAP.
[software/bife/bife-all.git] / examples / index.php
index 18f9ce3e8388621ca1acbbd96af5d5fea17e94f2..4d7651a5f7cc3d450a2fb8b73f58b8fe3a959c6e 100644 (file)
@@ -32,9 +32,10 @@ unset($tmp);
 
 require_once 'HTML/Template/Sigma.php';
 require_once 'BIFE/Parser.php';
+require_once 'BIFE/Copy.php';
 require_once 'BIFE/Page.php';
 require_once 'BIFE/Title.php';
-require_once 'BIFE/Album.php';
+#require_once 'BIFE/Album.php';
 #require_once 'BIFE.php';
 
 $file = 'simple.xbf';
@@ -42,7 +43,7 @@ $file = 'simple.xbf';
 $template =& new HTML_Template_Sigma('templates');
 $template->setErrorHandling(PEAR_ERROR_PRINT);
 
-$parser =& new BIFE_Parser($template);
+$parser =& new BIFE_Parser('BIFE_Copy');
 $page =& $parser->parseFile($file);
 $parser->__destruct();
 echo $page->render($template);