From aa298633a4599127443664f4209f9fcdbdeb8952 Mon Sep 17 00:00:00 2001 From: spiderr Date: Fri, 25 May 2012 15:19:40 -0400 Subject: add config/bit_setup_inc.php --- config/bit_setup_inc.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/bit_setup_inc.php (limited to 'config') diff --git a/config/bit_setup_inc.php b/config/bit_setup_inc.php new file mode 100644 index 0000000..b48256f --- /dev/null +++ b/config/bit_setup_inc.php @@ -0,0 +1,22 @@ + 'config', + 'package_path' => dirname( __FILE__ ).'/', + 'required_package'=> TRUE, +); +$gBitSystem->registerPackage( $registerHash ); + +define( 'THEMES_PATH', CONFIG_PKG_PATH.'themes/' ); +define( 'THEMES_URL', CONFIG_PKG_URL.'themes/' ); +define( 'THEMES_URI', CONFIG_PKG_URI.'themes/' ); + +define( 'ICONSETS_PATH', CONFIG_PKG_PATH.'iconsets/' ); +define( 'ICONSETS_URL', CONFIG_PKG_URL.'iconsets/' ); +define( 'ICONSETS_URI', CONFIG_PKG_URI.'iconsets/' ); + +define( 'CONFIG_IMAGE_PATH', THEMES_PATH.SITE_NAME.'/images/' ); +define( 'CONFIG_IMAGE_URL', THEMES_URL.SITE_NAME.'/images/' ); + +set_error_handler( 'bit_error_handler' ); -- cgit v1.3