diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 23:30:53 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 23:30:53 -0400 |
| commit | 3cf8e451561d2901a4960d50643c3af6e5929f14 (patch) | |
| tree | 462cf446438bfbeb52ca8f5c88818fa7e082475f /config | |
| parent | 08e96a152397244da14c01e6dc61f3b7cdf66ea7 (diff) | |
| download | bitweaver-3cf8e451561d2901a4960d50643c3af6e5929f14.tar.gz bitweaver-3cf8e451561d2901a4960d50643c3af6e5929f14.tar.bz2 bitweaver-3cf8e451561d2901a4960d50643c3af6e5929f14.zip | |
lots of clean up for bootstrap menus, headers, and footer; purge some ancient defaults
Diffstat (limited to 'config')
| -rw-r--r-- | config/bit_setup_inc.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/bit_setup_inc.php b/config/bit_setup_inc.php index b48256f..aa4f328 100644 --- a/config/bit_setup_inc.php +++ b/config/bit_setup_inc.php @@ -16,7 +16,4 @@ 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' ); |
