]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - album/examples/index.php
Moved other modules to new src structure.
[software/bife/bife-all.git] / album / examples / index.php
index 3b9f86d86683abf6f34f0d9c202236e84970dc5f..dcc619f609f1b015cb4fdb7a0ad7f86ea96891f3 100644 (file)
@@ -26,9 +26,8 @@
 // $Id$
 //
 
-$tmp = ini_get('include_path');
-ini_set('include_path', "..:$tmp");
-unset($tmp);
+ini_set('include_path', '../src:../../hit/src:../../bife/src:../../base/src:'.
+    ini_get('include_path'));
 umask('002');
 
 require_once 'HTML/Template/HIT.php';