diff options
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')} |
