From: <vb...@us...> - 2002-09-11 09:49:58
|
Update of /cvsroot/webnotes/webnotes/themes/classic In directory usw-pr-cvs1:/tmp/cvs-serv24389/themes/classic Modified Files: theme_api.php Log Message: - Unified the header in all files - Used require_once() rather than include() to include the api.php - Fixed a probem in note_print_all() where $p_url was not defined. - Replaced some < ? with < ? php. Index: theme_api.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/themes/classic/theme_api.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- theme_api.php 10 Sep 2002 10:34:15 -0000 1.3 +++ theme_api.php 11 Sep 2002 09:49:55 -0000 1.4 @@ -1,7 +1,6 @@ -<? +<?php # phpWebNotes - a php based note addition system - # Copyright (C) 2000 Kenzaburo Ito - ke...@30... - # 2002 Webnotes Team - web...@so... + # Copyright (C) 2000-2002 Webnotes Team - web...@so... # This program is distributed under the terms and conditions of the GPL # See the files README and LICENSE for details |