uw Mon Mar 12 12:30:44 2001 EDT
Modified files:
/php4/pear/Experimental/HTML Menu.php
Log:
- made 'tree' the default redering type
Index: php4/pear/Experimental/HTML/Menu.php
diff -u php4/pear/Experimental/HTML/Menu.php:1.2
php4/pear/Experimental/HTML/Menu.php:1.3
--- php4/pear/Experimental/HTML/Menu.php:1.2 Mon Mar 12 12:22:13 2001
+++ php4/pear/Experimental/HTML/Menu.php Mon Mar 12 12:30:44 2001
@@ -36,7 +36,7 @@
* @var array
* @see setMenuType()
*/
- var $menu_type = "";
+ var $menu_type = "tree";
/**
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]