- <?
- /**
- * The Template Package.
- * This is the init file for the myPHP Template package
- *
- * @package template
- * @filesource
- * @see MYPHP_TEMPLATE_PATH/init.php
- * @copyright (c) http://Finn-Rasmussen.com
- * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
- * @author http://Finn-Rasmussen.com
- * @version 1.9
- * @since 21-oct-2005
- */
-
- /**
- * @global String HTML_TEMPLATE_PATH Defines the Path to the packages, FIXED, do not change ...
- */
- define('HTML_TEMPLATE_PATH', MYPHP_TEMPLATE_PATH.'/html');
-
- /**
- * @global String HTML_TEMPLATE_INC_PATH Defines the Path to the inc packages, FIXED, do not change ...
- */
- define('HTML_TEMPLATE_INC_PATH', HTML_TEMPLATE_PATH.'/inc');
- ?>