- <?
- /**
- * Configuration resources for this site
- * The configuration resources for this package are defined in this file
- *
- * @package component
- * @filesource
- * @see HTML_COMPONENT_RESOURCE_PATH/Configuration.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 IMAGE_ROTATOR_PATH The Image Rotator Path to use. Where the images are located
- */
- if (!defined('IMAGE_ROTATOR_PATH')) {
- define('IMAGE_ROTATOR_PATH', DEFAULT_IMAGE_ROTATOR_PATH);
- }
-
- ?>