Packages
Default Zotonic site, used when no other site can handle the supplied Host.
Current section
Files
Jump to
Current section
Files
priv/templates/_menu.tpl
{% if m.acl.user %}
<li><a {% if zotonic_dispatch == `zotonic_status` %}class="current"{% endif %}
href="{% url zotonic_status %}">{_ Sites _}</a></li>
<li><a id="{{ #logoff }}" href="#logoff">{_ Log Off _}</a></li>
{% wire id=#logoff postback={logoff} %}
{% endif %}