summaryrefslogtreecommitdiff
path: root/templates/admin_themes_manager.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-08-15 11:59:39 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-08-15 11:59:39 +0000
commit07b4bf885ae9414f38cbbc6994927bef1d870871 (patch)
treeb9c75caf2ee25522066f565ca6a93ac770fc36cc /templates/admin_themes_manager.tpl
parent0945ff559be9f88c83b76cca40cf6f9b76855d7d (diff)
downloadthemes-07b4bf885ae9414f38cbbc6994927bef1d870871.tar.gz
themes-07b4bf885ae9414f38cbbc6994927bef1d870871.tar.bz2
themes-07b4bf885ae9414f38cbbc6994927bef1d870871.zip
use correct mConfig values
Diffstat (limited to 'templates/admin_themes_manager.tpl')
-rw-r--r--templates/admin_themes_manager.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl
index f60761d..958de7d 100644
--- a/templates/admin_themes_manager.tpl
+++ b/templates/admin_themes_manager.tpl
@@ -49,15 +49,15 @@
<div class="row">
{formlabel label="Slideshows theme" for="site_slide_style"}
{forminput}
- {html_options name="site_slide_style" id="site_slide_style" output=$styles values=$styles selected=$gBitSystem->mPrefs.site_slide_style}
+ {html_options name="site_slide_style" id="site_slide_style" output=$styles values=$styles selected=$gBitSystem->mConfig.site_slide_style}
{formhelp note="This theme will be used when viewing a wikipage as a slideshow."}
{/forminput}
</div>
<div class="row">
- {formlabel label="Display action links as" for="biticon_display"}
+ {formlabel label="Display action links as" for="site_biticon_display_style"}
{forminput}
- {html_options name="biticon_display" id="biticon_display" options=$biticon_display_options selected=$gBitSystem->mPrefs.biticon_display}
+ {html_options name="site_biticon_display_style" id="site_biticon_display_style" options=$biticon_display_options selected=$gBitSystem->mConfig.site_biticon_display_style}
{formhelp note="Changing this setting will modify the way all action icons are displayed on your site. Icons in menus are not affected."}
{/forminput}
</div>