diff options
| author | wjames5 <will@tekimaki.com> | 2010-03-25 22:50:25 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-03-25 22:50:25 +0000 |
| commit | 579f959a6dab8fd69609e07cee16bc71a696147d (patch) | |
| tree | dc940fadb5f4fe3b2ed69a5dfe208038eb6cd33b /bit_setup_inc.php | |
| parent | cfec7909cf98eea749ed63e8595e46c9ff015e9c (diff) | |
| download | themes-579f959a6dab8fd69609e07cee16bc71a696147d.tar.gz themes-579f959a6dab8fd69609e07cee16bc71a696147d.tar.bz2 themes-579f959a6dab8fd69609e07cee16bc71a696147d.zip | |
make it easy to choose a default icon set to fall back to if your custom icon set does not have an image -- no need to set this in config_inc any more
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, |
