diff options
| author | spiderr <spider@viovio.com> | 2013-04-06 02:05:43 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-06 02:05:43 -0400 |
| commit | aae540e085be1f70d432b22a976c79b9d8320e31 (patch) | |
| tree | b7e36f7a49e5d476a576d6a364fe894fc165b21c /templates/admin_themes_menus.tpl | |
| parent | a114dc7e9fd4c4ab85d462de017073a834ab9120 (diff) | |
| download | themes-aae540e085be1f70d432b22a976c79b9d8320e31.tar.gz themes-aae540e085be1f70d432b22a976c79b9d8320e31.tar.bz2 themes-aae540e085be1f70d432b22a976c79b9d8320e31.zip | |
update template syntax to not use ticks outside of double quotes
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} |
