summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig/includes/bit_setup_inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/includes/bit_setup_inc.php b/config/includes/bit_setup_inc.php
index 869cbdc..b365b25 100755
--- a/config/includes/bit_setup_inc.php
+++ b/config/includes/bit_setup_inc.php
@@ -12,8 +12,8 @@ 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( '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' );