2022-11-03 21:46:36 +01:00
|
|
|
<div role="menu">
|
2023-03-26 00:44:35 +01:00
|
|
|
{% if title == "Dash Settings" %}
|
|
|
|
{% apply spaceless %}
|
|
|
|
{{ include("dash/partials/submenu_settings.twig") }}
|
|
|
|
{% endapply %}
|
|
|
|
{% endif %}
|
2021-05-24 04:27:33 +02:00
|
|
|
<a id="settings" href="/dashboard/settings" title="settings">
|
|
|
|
<button>
|
2022-11-03 21:46:36 +01:00
|
|
|
<svg role="icon">
|
|
|
|
<use xlink:href="/assets/images/global/sprite.svg#entypo-sound-mix"/>
|
|
|
|
</svg>
|
2021-05-24 04:27:33 +02:00
|
|
|
</button>
|
2022-11-03 21:46:36 +01:00
|
|
|
</a>
|
2021-05-24 04:27:33 +02:00
|
|
|
<a id="navigation" href="/dashboard/navigation" title="edit navigation">
|
|
|
|
<button>
|
2022-11-03 21:46:36 +01:00
|
|
|
<svg role="icon">
|
|
|
|
<use xlink:href="/assets/images/global/sprite.svg#entypo-list"/>
|
|
|
|
</svg>
|
2021-05-24 04:27:33 +02:00
|
|
|
</button>
|
2022-11-03 21:46:36 +01:00
|
|
|
</a>
|
2021-05-24 04:27:33 +02:00
|
|
|
<a id="navigation" href="/dashboard/logout" title="log out">
|
|
|
|
<button>
|
2022-11-03 21:46:36 +01:00
|
|
|
<svg role="icon">
|
|
|
|
<use xlink:href="/assets/images/global/sprite.svg#entypo-log-out"/>
|
|
|
|
</svg>
|
2021-05-24 04:27:33 +02:00
|
|
|
</button>
|
|
|
|
</a>
|
2022-11-03 21:46:36 +01:00
|
|
|
</div>
|