mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
10 lines
352 B
Plaintext
10 lines
352 B
Plaintext
<nav class="grd-left-bar expanded" data-topbar role="navigation">
|
|
<div class="grd-left-bar-section">
|
|
<ul class="grd-no-style">
|
|
<li><a href="<%= ServerConfig::g_php_serverPath %>" class="grd-nav-bn">Startseite</a>
|
|
<% if(enableLogout) { %>
|
|
<li><a href="./account/logout" class="grd-nav-bn">Logout</a></li>
|
|
<% } %>
|
|
</ul>
|
|
</div>
|
|
</nav> |