[phpwebapp-commits] CVS: documentation/templates/webobjects wobj_page.php,1.2,1.3 webobj_items.php,1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-25 15:54:14
|
Update of /cvsroot/phpwebapp/documentation/templates/webobjects In directory sc8-pr-cvs1:/tmp/cvs-serv16099/templates/webobjects Modified Files: wobj_page.php webobj_items.php Log Message: Added copying permission statement for GNU GPL. Index: wobj_page.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/webobjects/wobj_page.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wobj_page.php 23 Feb 2003 14:29:07 -0000 1.2 --- wobj_page.php 25 Aug 2003 13:29:19 -0000 1.3 *************** *** 1,3 **** --- 1,5 ---- <?php + /* This file is part of phpWebApp. */ + class wobj_page extends WebObject { Index: webobj_items.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/webobjects/webobj_items.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** webobj_items.php 20 Aug 2003 07:31:54 -0000 1.3 --- webobj_items.php 25 Aug 2003 13:29:19 -0000 1.4 *************** *** 1,3 **** --- 1,5 ---- <?php + /* This file is part of phpWebApp. */ + /** * The $menu_items array contains the items |