- <?
- /**
- * The Summa Package.
- * This is the init file for the myPHP SummaSummarum system
- *
- * @package summa
- * @filesource
- * @see MYPHP_SUMMA_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 HTML_SUMMA_PATH, Html SummaSummarum path. Defines the Path to the SummaSummarum package, FIXED, do not change ...
- */
- define('HTML_SUMMA_PATH' , MYPHP_SUMMA_PATH.'/html');
- define('HTML_SUMMA_COMPONENT_PATH', HTML_SUMMA_PATH.'/component');
- define('HTML_SUMMA_RESOURCE_PATH' , HTML_SUMMA_PATH.'/resource');
- ?>