X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/5a38104a646a3e60a7c29f816f034691ae354351..ae45b7ad8f896784fe169d02c726098284f14f25:/examples/index.php diff --git a/examples/index.php b/examples/index.php index d00262c..72fc369 100644 --- a/examples/index.php +++ b/examples/index.php @@ -32,7 +32,6 @@ unset($tmp); umask('002'); require_once 'HTML/Template/HIT.php'; -#require_once 'HTML/Template/Sigma.php'; require_once 'BIFE/Parser.php'; require_once 'BIFE/Copy.php'; require_once 'BIFE/Page.php'; @@ -45,8 +44,6 @@ require_once 'BIFE/Link.php'; $file = isset($_REQUEST['BIFE']) ? $_REQUEST['BIFE'] : 'index.xbf'; $template =& new HTML_Template_HIT('templates'); -#$template =& new HTML_Template_Sigma('templates', 'compiled_templates'); -#$template->setErrorHandling(PEAR_ERROR_TRIGGER, E_USER_ERROR); $parser =& new BIFE_Parser('BIFE_Copy'); $page =& $parser->parseFile($file);