File: /home/awaldron/public_html/archive/demo/functions/_constants.php
<?php
define('ADMIN_EMAIL','awaldron@intrabreeze.com');
define('ADMIN_USERNAME','awaldron');
define('CMP_NAME_INF','Intrabreeze');
define('COLOR_BG','F7F9FB');
define('COLOR_HOVER','9D1C29');
define('COLOR_LINK','003882');
define('COLOR_LNAV_OFF','EEEEEE');
define('COLOR_LNAV_ON','FFCC33');
define('COLOR_TBAR','003882');
define('COLOR_TFONT','FFFFFF');
define('COMPANY_NAME','Intrabreeze LLC');
define('DEF_GROUP','1');
define('DEF_LAYOUT','0');
define('DOMAIN','demo.intrabreeze.com');
define('FEAT_EMP','awaldron');
define('FEAT_EMP_NXT','20070211000001');
define('FEAT_EMP_UPD','2');
define('FOOTER_TEXT','All information contained in these pages is confidential. Do not share this information without the written consent of Intrabreeze, LLC or its representatives.');
define('LOGIN_METHOD','local');
define('LOGO_FILE','ibrzlogo.gif');
define('MYSQL_DBNAME','awaldron_ibrzdemo');
define('MYSQL_PASS','miff0609');
define('MYSQL_SERVER','localhost');
define('MYSQL_USER','awaldron');
define('PAG_LENGTH','35');
define('PHOTO_UPLOAD','1');
define('REG_METHOD','open/admin');
define('SITE_CREATED','20050228103522');
define('SITE_LIVE','1');
define('SITE_NAME','Intrabreeze Demo Intranet');
define('TIME_ADJUST','+1');
define('WEATHER_ON','1');
define('WEATHER_ZIP','15235');
?>