diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2013-04-07 21:01:10 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2013-04-07 21:01:10 -0400 |
| commit | 9e47a97eb068c353afd0a8cec7a623baad6b1fd2 (patch) | |
| tree | 03ac35bccf7ee298078619a3c805e40789a9eef0 /templates/admin_themes_menus.tpl | |
| parent | c07d61528e32f109a26051acecc66dd83a6c8591 (diff) | |
| parent | 53f32f73708b3ab2c1f43b16db33b7f8a41d25d7 (diff) | |
| download | themes-9e47a97eb068c353afd0a8cec7a623baad6b1fd2.tar.gz themes-9e47a97eb068c353afd0a8cec7a623baad6b1fd2.tar.bz2 themes-9e47a97eb068c353afd0a8cec7a623baad6b1fd2.zip | |
Merge branch 'master' of github.com:bitweaver/themes
Diffstat (limited to 'templates/admin_themes_menus.tpl')
| -rw-r--r-- | templates/admin_themes_menus.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_themes_menus.tpl b/templates/admin_themes_menus.tpl index 1e85809..212d58d 100644 --- a/templates/admin_themes_menus.tpl +++ b/templates/admin_themes_menus.tpl @@ -12,7 +12,7 @@ {form legend="Menu Settings"} {foreach from=$formMenuSettings key=feature item=output} <div class="control-group"> - {formlabel label=`$output.label` for=$feature} + {formlabel label=$output.label for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {formhelp hash=$output} @@ -39,7 +39,7 @@ {form legend="Menu Javascript Settings"} {foreach from=$formMenuJsSettings key=feature item=output} <div class="control-group"> - {formlabel label=`$output.label` for=$feature} + {formlabel label=$output.label for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {formhelp hash=$output} |
