{% if not gateway %} {%if this.options.get("nostore_ispix")%} {%endif%} {%endif%}
{%if numMenu > 1 %}
{%for key, menuInfoList in menuTree|iteritems%} {%if menuInfoList|length==1%} {{this._getMenuHandlerScript(menuInfoList[0])}} {%elif menuInfoList|length>1%}
{% set category = this.getCategory(key) %} {% if "icon-class" in category %} {% elif "icon-path" in category %} {% endif %}
{%endif%} {%endfor%}
{%endif%}