- <?
- /**
- * The Setup resource file.
- * Setup the Util resources for this site
- *
- * @package util
- * @filesource
- * @see HTML_UTIL_RESOURCE_PATH/Setup.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 REQUEST_TEXT_NO_DATA
- */
- if (!defined('REQUEST_TEXT_NO_DATA')) {
- define('REQUEST_TEXT_NO_DATA',DEFAULT_REQUEST_TEXT_NO_DATA);
- }
- /**
- * @global String CURRENCY
- */
- if (!defined('CURRENCY')) {
- define('CURRENCY','Kr.');
- }
- ?>