diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-13 05:17:58 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-13 05:17:58 +0000 |
| commit | 6d7130bffc2e124c9eed9fca3f772dcbd620fd12 (patch) | |
| tree | d0458157c3105a163d5a876516556ebf1da35652 /themes/default/views | |
| parent | f62719ba61e755cf40b178f6a3c940833df650e1 (diff) | |
Progress is being made... you can now logout
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/header.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index e427838b..f212bdb6 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -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> | |
