Skip to content

Commit

Permalink
Logout moved to the sidebar's bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Apr 15, 2021
1 parent 1b830ad commit e978d7b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ <h3>{function="_t('YOU_MUST_BE_LOGGED')"}</h3>
</div>
{else}
<div class="settings">
<a href="action.php?action=logout" class="settings-item">
<svg
width="15"
height="15"
role="img"
>
<title>{function="_t('DISCONNECT')"} ({function="_t('IDENTIFIED_WITH',array($myUser->getLogin()))"})</title>
<use xlink:href="#svg-logout" />
</svg>
</a>
<a href="settings.php" data-link="settings" class="settings-item">
<svg
width="15"
Expand Down Expand Up @@ -202,6 +192,16 @@ <h2 class="feed-add-title">{function="_t('ADD_FEED')"}</h2>
</ul>
{/if}
{if="($myUser!=false) || ($configurationManager->get('articleDisplayAnonymous')=='1')"}
<a href="action.php?action=logout">
<svg
width="15"
height="15"
role="img"
>
<title>{function="_t('DISCONNECT')"} ({function="_t('IDENTIFIED_WITH',array($myUser->getLogin()))"})</title>
<use xlink:href="#svg-logout" />
</svg>
</a>
<button class="shortcuts-toggle js-shortcuts-toggle" title="{function="_t('LEEDVIBES_SHORTCUTS_BUTTON_TITLE')"}" >
<svg
width="15"
Expand Down

0 comments on commit e978d7b

Please sign in to comment.