From 579f959a6dab8fd69609e07cee16bc71a696147d Mon Sep 17 00:00:00 2001 From: wjames5 Date: Thu, 25 Mar 2010 22:50:25 +0000 Subject: 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 --- templates/admin_themes.tpl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'templates') 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"} @@ -10,6 +10,14 @@ {/forminput} +
+ {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} +
+
{formlabel label="Default Icon Size" for="site_icon_size"} {forminput} -- cgit v1.3