From: <ro...@us...> - 2002-10-29 06:03:14
|
Update of /cvsroot/webnotes/webnotes/themes/classic In directory usw-pr-cvs1:/tmp/cvs-serv31230 Modified Files: theme_api.php Log Message: Its not an empty template, stop saying that it is Index: theme_api.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/themes/classic/theme_api.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- theme_api.php 15 Sep 2002 05:08:05 -0000 1.5 +++ theme_api.php 29 Oct 2002 06:03:10 -0000 1.6 @@ -8,17 +8,6 @@ # $Id$ # -------------------------------------------------------- - ######################################################################### - # This is an empty template to be used to create new themes. - # To create a new theme, please follow the following steps: - # - Create a directory under the themes directory with the theme name. - # - Make a copy of this file under the new theme directory - # - Assign $g_theme to the theme name (not the full path) in - # core/custom_config_inc.php - ######################################################################### - - # The path to the api.php is calculated assume this file resides in a sub-directory - # under themes. For example, themes/phpnet/. require_once ( dirname( dirname( dirname( __FILE__ ) ) ) . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'api.php' ); |