diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 18:35:19 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 18:35:19 +0000 |
| commit | d84f2498559a019baaf411d8b433a28bc6efbac3 (patch) | |
| tree | 5974459f89d76293491d48c318d4bdf0def4e756 /templates/admin_themes_menus.tpl | |
| parent | 8c7995b3871bb2165a6a3a2adecc6a9f397e459d (diff) | |
| download | themes-d84f2498559a019baaf411d8b433a28bc6efbac3.tar.gz themes-d84f2498559a019baaf411d8b433a28bc6efbac3.tar.bz2 themes-d84f2498559a019baaf411d8b433a28bc6efbac3.zip | |
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
Diffstat (limited to 'templates/admin_themes_menus.tpl')
| -rw-r--r-- | templates/admin_themes_menus.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_themes_menus.tpl b/templates/admin_themes_menus.tpl index 74c10f1..633873d 100644 --- a/templates/admin_themes_menus.tpl +++ b/templates/admin_themes_menus.tpl @@ -14,7 +14,7 @@ <ul class="data"> {foreach from=$gBitSystem->mAppMenu key=pkgName item=menu} -<li class="item"><input type="checkbox" name="menu_{$pkgName}" {if $gBitSystem->getPreference("menu_`$pkgName`",'y')=='y'}checked="checked"{/if}/>{$menu.title}</li> +<li class="item"><input type="checkbox" name="menu_{$pkgName}" {if $gBitSystem->getConfig("menu_`$pkgName`",'y')=='y'}checked="checked"{/if}/>{$menu.title}</li> {/foreach} </ul> {/forminput} |
