summaryrefslogtreecommitdiff
path: root/templates/menus.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-06 16:18:35 -0400
committerspiderr <spider@viovio.com>2013-04-06 16:18:35 -0400
commit16e7d6d61993e5f6b6210294055777d3d9f971fd (patch)
tree71683af8b1fbe3d572ba6636ea08cdbfe5fbe27d /templates/menus.tpl
parent77e48ce3173d0e850ad180d5d7e7412ee1387eaa (diff)
downloadnexus-16e7d6d61993e5f6b6210294055777d3d9f971fd.tar.gz
nexus-16e7d6d61993e5f6b6210294055777d3d9f971fd.tar.bz2
nexus-16e7d6d61993e5f6b6210294055777d3d9f971fd.zip
major clean up for Smarty 3.0 and another pass at cleaning the top menus
Diffstat (limited to 'templates/menus.tpl')
-rw-r--r--templates/menus.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menus.tpl b/templates/menus.tpl
index ee9e6fb..0cec365 100644
--- a/templates/menus.tpl
+++ b/templates/menus.tpl
@@ -36,7 +36,7 @@
<div class="control-group">
{formlabel label="Editable menu" for="editable"}
{forminput}
- {html_checkboxes name="editable" values="1" checked=`$editMenu.editable` labels=false id="editable"}
+ {html_checkboxes name="editable" values="1" checked=$editMenu.editable labels=false id="editable"}
{formhelp note="Checking this will allow users with the correct permission (p_nexus_insert_item) to add menu items when they are editing content such as a wiki page or a fisheye gallery."}
{/forminput}
</div>