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 /templates | |
| 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 'templates')
| -rw-r--r-- | templates/admin_themes.tpl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/admin_themes.tpl b/templates/admin_themes.tpl index 8479e5b..6c81c9c 100644 --- a/templates/admin_themes.tpl +++ b/templates/admin_themes.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_themes/templates/admin_themes.tpl,v 1.4 2009/07/04 03:14:23 spiderr Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_themes/templates/admin_themes.tpl,v 1.5 2010/03/25 22:50:25 wjames5 Exp $ *} {strip} {form legend="Theme Settings"} <input type="hidden" name="page" value="{$page}" /> @@ -11,6 +11,14 @@ </div> <div class="row"> + {formlabel label="Default Icon Style" for="default_icon_style"} + {forminput} + {html_options name="default_icon_style" id="default_icon_style" options=$iconStyles selected=$gBitSystem->getConfig('default_icon_style')} + {formhelp note="This is the default icon style set the site will fall back to using if it cant find an icon in the selected icon style set."} + {/forminput} + </div> + + <div class="row"> {formlabel label="Default Icon Size" for="site_icon_size"} {forminput} {html_options name="site_icon_size" id="site_icon_size" options=$biticon_sizes selected=$gBitSystem->getConfig('site_icon_size')} |
