From: ssilk
Date: Wed Jan 31 02:47:15 2001
Added files:
php-lib/pages/tree/tree.html.tpl
Modified files:
php-lib/pages/tree/categories-exmpl.php
Log message:
Added the template file for the example.
This is UNTESTED. I *never* run this program, cause I had no time to
change my test-surroundings. It should work, but no
guarantee, that it will run without some errors. Be free to fix it.
Index: php-lib/pages/tree/categories-exmpl.php
diff -u php-lib/pages/tree/categories-exmpl.php:1.1
php-lib/pages/tree/categories-exmpl.php:1.2
--- php-lib/pages/tree/categories-exmpl.php:1.1 Wed Jan 31 02:31:01 2001
+++ php-lib/pages/tree/categories-exmpl.php Wed Jan 31 02:46:43 2001
@@ -45,7 +45,6 @@
KEY tstatus(tstatus)
) TYPE=MyISAM;
-
*****************************************************************/
include("prepend.inc");
@@ -72,7 +71,7 @@
$tr=new antz_sql_tree;
-$t=new Tree_Template('templates/tree.html.tpl','.','remove');
+$t=new Tree_Template('tree.html.tpl','.','remove');
$t->set_var('phpself',$PHP_SELF);
##print_r($tr->capture_vars($tr->treetab));
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]