- <?
- /**
- * The Default resource file.
- * Setup of the Default Component system constants
- * This file must be included after the Define.php
- *
- * @package component
- * @filesource
- * @see HTML_COMPONENT_RESOURCE_PATH/Default.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 DEFAULT_IMAGE_ROTATOR_LINK The Default Image Rotator Link. Where to go
- */
- define('DEFAULT_IMAGE_ROTATOR_LINK', DEFAULT_LINK_HREF_URL);
-
- /**
- * @global DEFAULT_IMAGE_ROTATOR_PATH The Default mage Rotator Path. Where the images are located
- */
- define('DEFAULT_IMAGE_ROTATOR_PATH', '/w200');
-
- /**
- * @global DEFAULT_CACHE_COMPONENT The Default Cache flag. Specify the default behavior of the caching system
- */
- define('DEFAULT_CACHE_COMPONENT', false);
-
- /**
- * @global DEFAULT_CACHE_COMPONENT_PATH The Default Cache Component Path to use
- */
- define('DEFAULT_CACHE_COMPONENT_PATH' , PROJECT_PATH.'/cache/component');
- ?>