uw Mon Mar 12 16:18:39 2001 EDT
Modified files:
/php4/pear/Experimental/HTML Menu.php
Log:
- added the PPHP licence text
- final structure, seems to be bug free
- usage example missing, I'm writing on a german language tutorial, will add the
usage example as soon as the tutorial is finished
Index: php4/pear/Experimental/HTML/Menu.php
diff -u php4/pear/Experimental/HTML/Menu.php:1.5
php4/pear/Experimental/HTML/Menu.php:1.6
--- php4/pear/Experimental/HTML/Menu.php:1.5 Mon Mar 12 15:26:15 2001
+++ php4/pear/Experimental/HTML/Menu.php Mon Mar 12 16:18:38 2001
@@ -1,4 +1,22 @@
<?php
+// +----------------------------------------------------------------------+
+// | PHP version 4.0 |
+// +----------------------------------------------------------------------+
+// | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+// +----------------------------------------------------------------------+
+// | This source file is subject to version 2.0 of the PHP license, |
+// | that is bundled with this package in the file LICENSE, and is |
+// | available at through the world-wide-web at |
+// | http://www.php.net/license/2_02.txt. |
+// | If you did not receive a copy of the PHP license and are unable to |
+// | obtain it through the world-wide-web, please send a note to |
+// | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+// +----------------------------------------------------------------------+
+// | Authors: Ulf Wendel <[EMAIL PROTECTED]> |
+// +----------------------------------------------------------------------+
+//
+// $Id: Menu.php,v 1.6 2001/03/13 00:18:38 uw Exp $
+
/**
* Generates a HTML menu from a multidimensional hash.
*
--
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]