From: <vb...@us...> - 2002-09-11 09:49:58
|
Update of /cvsroot/webnotes/webnotes/themes/phpnet In directory usw-pr-cvs1:/tmp/cvs-serv24389/themes/phpnet 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/phpnet/theme_api.php,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- theme_api.php 11 Sep 2002 06:42:21 -0000 1.7 +++ theme_api.php 11 Sep 2002 09:49:55 -0000 1.8 @@ -1,4 +1,4 @@ -<? +<?php # phpWebNotes - a php based note addition system # Copyright (C) 2000-2002 Webnotes Team - web...@so... # This program is distributed under the terms and conditions of the GPL |