Added a new option MAIN_DISABLE_ICONS to turn off all the project icons, a look which goes well with the new web_app 'default' theme

This commit is contained in:
Roberto Rosario
2011-07-26 04:06:58 -04:00
parent eaaf97d360
commit 85ed58f9bc
4 changed files with 20 additions and 5 deletions

View File

@@ -19,3 +19,11 @@ register_setting(
global_name=u'MAIN_DISABLE_HOME_VIEW',
default=False,
)
register_setting(
namespace=u'main',
module=u'main.conf.settings',
name=u'DISABLE_ICONS',
global_name=u'MAIN_DISABLE_ICONS',
default=False,
)