]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - examples/index.php
- Improved example.
[software/bife/bife-all.git] / examples / index.php
index fdb958003d9963df6b66be6416c298394e4e4256..3b9f86d86683abf6f34f0d9c202236e84970dc5f 100644 (file)
 // $Id$
 //
 
-$incs = array(
-    '../core',
-    '../modules/album',
-    '../modules/basic',
-    '../modules/menu',
-//    '../modules/',
-);
 $tmp = ini_get('include_path');
-ini_set('include_path', join(':', $incs) . ":$tmp");
+ini_set('include_path', "..:$tmp");
 unset($tmp);
 umask('002');
 
 require_once 'HTML/Template/HIT.php';
 require_once 'BIFE/Parser.php';
 require_once 'BIFE/Translate.php';
-require_once 'BIFE/Link.php';
 
 $file = isset($_REQUEST['BIFE']) ? $_REQUEST['BIFE'] : 'index.xbf';