diff options
Diffstat (limited to 'bit_setup_inc.php')
| -rw-r--r-- | bit_setup_inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php index e9ab761..6df6e23 100644 --- a/bit_setup_inc.php +++ b/bit_setup_inc.php @@ -7,6 +7,8 @@ $registerHash = array( ); $gBitSystem->registerPackage( $registerHash ); +define( 'DEFAULT_ICON_STYLE', $gBitSystem->getConfig( 'default_icon_style', 'tango' ) ); + $gLibertySystem->registerService( LIBERTY_SERVICE_THEMES, THEMES_PKG_NAME, |
