This commit is contained in:
Matteo Gheza 2021-04-23 23:08:42 +02:00
parent ce88c54760
commit 702bba0f3e
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<a {# href="{{ urlsoftware }}graphics.php" #}>{{ 'Graphics'|t }}</a>
<a style="float: right;" id="logout">{{ 'Hi, %s.'|t|format(user.name) }} <b
onclick="location.href='{{ urlsoftware }}logout.php';">{{ 'Logout'|t }}</b></a>
<a href="" class="icon" id="menuButton"></a>
<a class="pjax_disable icon" id="menuButton"></a>
</div>
<!-- /Menu -->
{% endblock %}