]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - examples/index.php
- Implemented Fallback class in the Parser.
[software/bife/bife-all.git] / examples / index.php
index 18f9ce3e8388621ca1acbbd96af5d5fea17e94f2..cd198be55009f6e7ace6e42a59165105e8da559e 100644 (file)
@@ -32,6 +32,7 @@ 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';
@@ -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);