/modules/mod_comment/templates/_admin_menu_module.tpl

https://code.google.com/p/zotonic/ · Smarty Template · 3 lines · 3 code · 0 blank · 0 comment · 2 complexity · 7c64c5d42bd7313a64600dc6c2b43bed MD5 · raw file

  1. {% if m.acl.use.mod_comment %}
  2. <li><a href="{% url admin_comments %}" {% if page_admin_comments %}class="current"{% endif %}>{_ Comments _}</a></li>
  3. {% endif %}