summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-15 08:15:00 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-15 08:15:00 +0000
commit9d1a598ec0826b0e8c3b6fc0ff64863f5dde7edc (patch)
tree5235cdef37003a27a91b1bc40a553adf703f2564 /themes
parentae7839ffaada72c522ffcd9b3f4f1cc04027a720 (diff)
Add support for modifying user data. It still needs work.
Make the continue= param a GET only parameter so that it's not part of the form.
Diffstat (limited to 'themes')
-rw-r--r--themes/default/views/header.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php
index 8cba82ba..112da0db 100644
--- a/themes/default/views/header.html.php
+++ b/themes/default/views/header.html.php
@@ -4,7 +4,7 @@
<ul id="gLoginMenu">
<? if ($user): ?>
- <a href="<?= url::site("user/update")?>"><?= _("Modify Profile") ?></a>
+ <a href="<?= url::site("user/{$user->id}?continue=" . url::current(true))?>"><?= _("Modify Profile") ?></a>
| <a href="<?= url::site("logout?continue=" . url::current(true)) ?>" id="gLogoutLink">
<?= _("Logout") ?>
</a>