'config', 'package_path' => dirname( dirname( __FILE__ ) ).'/', 'required_package'=> true, ]; $gBitSystem->registerPackage( $pRegisterHash ); define( 'THEMES_PATH', CONFIG_PKG_PATH.'themes/' ); define( 'THEMES_URL', CONFIG_PKG_URL.'themes/' ); define( 'THEMES_URI', CONFIG_PKG_URI.'themes/' ); define( 'ICONSETS_PATH', UTIL_PKG_PATH.'iconsets/' ); define( 'ICONSETS_URL', UTIL_PKG_URL.'iconsets/' ); define( 'ICONSETS_URI', UTIL_PKG_URL.'iconsets/' ); set_error_handler( '\Bitweaver\bit_error_handler' );