|
|
|
<div role="menu">
|
|
|
|
{% if title == "Settings" %}
|
|
|
|
{% apply spaceless %}
|
|
|
|
{{ include("dash/partials/submenu_settings.twig") }}
|
|
|
|
{% endapply %}
|
|
|
|
{% elseif title=="Start" %}
|
|
|
|
{% apply spaceless %}
|
|
|
|
{{ include("dash/partials/submenu_start.twig") }}
|
|
|
|
{% endapply %}
|
|
|
|
{% endif %}
|
|
|
|
<a id="settings" href="/dashboard/settings" title="settings">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-home-cog"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
<a id="navigation" href="/dashboard/navigation" title="edit navigation">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-arrow-autofit-height"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
<a id="navigation" href="/dashboard/logout" title="log out">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-logout"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<button role="menu-toggle">
|
|
|
|
<i class="ti ti-menu-2"></i>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<div role="mobile-menu">
|
|
|
|
{% if title == "Settings" %}
|
|
|
|
{% apply spaceless %}
|
|
|
|
{{ include("dash/partials/submenu_settings.twig") }}
|
|
|
|
{% endapply %}
|
|
|
|
{% elseif title=="Start" %}
|
|
|
|
{% apply spaceless %}
|
|
|
|
{{ include("dash/partials/submenu_start.twig") }}
|
|
|
|
{% endapply %}
|
|
|
|
{% endif %}
|
|
|
|
<a id="settings" href="/dashboard/settings" title="settings">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-home-cog"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
<a id="navigation" href="/dashboard/navigation" title="edit navigation">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-arrow-autofit-height"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
<a id="navigation" href="/dashboard/logout" title="log out">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-logout"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
</div>
|