diff options
author | Markus Warg <mw@it-sls.de> | 2010-08-12 09:52:07 +0200 |
---|---|---|
committer | Markus Warg <mw@it-sls.de> | 2010-08-12 09:52:07 +0200 |
commit | 138ac2425dc9bc5ee3908e2a08f3d3b35be66e97 (patch) | |
tree | dcddbe84dd850b83290bbccb770004266628dec5 /includes/account_stuff.php | |
parent | 1d99053f067457446b5a76b68690b4c68006127b (diff) | |
download | cacert-138ac2425dc9bc5ee3908e2a08f3d3b35be66e97.tar.gz cacert-138ac2425dc9bc5ee3908e2a08f3d3b35be66e97.tar.xz cacert-138ac2425dc9bc5ee3908e2a08f3d3b35be66e97.zip |
source code taken from cacert-20100803.tar.bz2
Diffstat (limited to 'includes/account_stuff.php')
-rw-r--r-- | includes/account_stuff.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/account_stuff.php b/includes/account_stuff.php index 39ae5ed..fa6757b 100644 --- a/includes/account_stuff.php +++ b/includes/account_stuff.php @@ -168,7 +168,7 @@ function hideall() { <div id="pageNav"> <div class="relatedLinks"> <h3>CAcert.org</h3> - <ul class="menu" id="home"><li><a href="index.php"><?=_("Go Home")?></a></li><li><a href="account.php?id=logout"><?=_("Logout")?></a></li></ul> + <ul class="menu" id="home"><li><a href="/index.php"><?=_("Go Home")?></a></li><li><a href="account.php?id=logout"><?=_("Logout")?></a></li></ul> </div> <div class="relatedLinks"> <h3 class="pointer" onclick="explode('mydetails')">+ <?=_("My Details")?></h3> |