mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-04 22:20:57 -04:00
Progress is being made... you can now logout
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div id="gLoginMenu">
|
||||
<? if ($user): ?>
|
||||
<a href="<?= url::site("user/update")?>"><?= _("Modify Profile") ?></a> |
|
||||
<a href="<?= url::site("logout")?>"><?= _("Logout") ?></a>
|
||||
<a href="<?= url::site("login/logout")?>" id="gLogoutLink"><?= _("Logout") ?></a>
|
||||
<? else: ?>
|
||||
<a href="#"><?=_("Recover password") ?></a> |
|
||||
<a href="<?= url::site("user/register")?>"><?= _("Register") ?></a> |
|
||||
|
||||
Reference in New Issue
Block a user