summaryrefslogtreecommitdiff
path: root/templates/admin_languages.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-06 16:18:14 -0400
committerspiderr <spider@viovio.com>2013-04-06 16:18:14 -0400
commit646bdb01df389890bf0c6e80ac0980e2af1a3fcd (patch)
tree315a1ba0f9e70766cb6cad87e10a6ce8daca274c /templates/admin_languages.tpl
parent7ab440d63d8da0000397def0f7b95fa419f4f875 (diff)
downloadlanguages-646bdb01df389890bf0c6e80ac0980e2af1a3fcd.tar.gz
languages-646bdb01df389890bf0c6e80ac0980e2af1a3fcd.tar.bz2
languages-646bdb01df389890bf0c6e80ac0980e2af1a3fcd.zip
major clean up for Smarty 3.0 and another pass at cleaning the top menus
Diffstat (limited to 'templates/admin_languages.tpl')
-rw-r--r--templates/admin_languages.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_languages.tpl b/templates/admin_languages.tpl
index a149679..9488d08 100644
--- a/templates/admin_languages.tpl
+++ b/templates/admin_languages.tpl
@@ -15,7 +15,7 @@
{foreach from=$formLanguageToggles 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}