diff options
author | Michael Tänzer <neo@nhng.de> | 2013-08-25 21:07:02 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-08-25 21:07:02 +0200 |
commit | 0b92c4652f949b0a795e15064efe9f41c1eca769 (patch) | |
tree | 744543bc591ec364cfd83ef5a9804a58a6dbd3c4 /includes/account_stuff.php | |
parent | 32bf5ece566116fe1f9eb0ee88b8e8e6cbe27f97 (diff) | |
parent | 60d9c34c385d47463ce0dc729f8a5e9857752b58 (diff) | |
download | cacert-devel-0b92c4652f949b0a795e15064efe9f41c1eca769.tar.gz cacert-devel-0b92c4652f949b0a795e15064efe9f41c1eca769.tar.xz cacert-devel-0b92c4652f949b0a795e15064efe9f41c1eca769.zip |
Merge remote-tracking branch 'origin/bug-663' into release
Diffstat (limited to 'includes/account_stuff.php')
-rw-r--r-- | includes/account_stuff.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/account_stuff.php b/includes/account_stuff.php index b9544e0..dbebf6a 100644 --- a/includes/account_stuff.php +++ b/includes/account_stuff.php @@ -172,7 +172,7 @@ function hideall() { </div> <div class="relatedLinks"> <h3 class="pointer" onclick="explode('mydetails')">+ <?=_("My Details")?></h3> - <ul class="menu" id="mydetails"><li><a href="account.php?id=13"><?=_("Edit")?></a></li><li><a href="account.php?id=14"><?=_("Change Password")?></a></li><li><a href="account.php?id=41"><?=_("Default Language")?></a></li><li><a href="wot.php?id=8"><?=_("My Listing")?></a></li><li><a href="wot.php?id=13"><?=_("My Location")?></a></li><li><a href="account.php?id=36"><?=_("My Alert Settings")?></a></li><li><a href="wot.php?id=10"><?=_("My Points")?></a></li><? + <ul class="menu" id="mydetails"><li><a href="account.php?id=13"><?=_("View/Edit")?></a></li><li><a href="account.php?id=14"><?=_("Change Password")?></a></li><li><a href="account.php?id=41"><?=_("Default Language")?></a></li><li><a href="wot.php?id=8"><?=_("My Listing")?></a></li><li><a href="wot.php?id=13"><?=_("My Location")?></a></li><li><a href="account.php?id=36"><?=_("My Alert Settings")?></a></li><li><a href="wot.php?id=10"><?=_("My Points")?></a></li><? if($_SESSION['profile']['id'] == 1 || $_SESSION['profile']['id'] == 5897) echo "<li><a href='sqldump.php'>SQL Dump</a></li>"; ?></ul> @@ -281,7 +281,7 @@ function hideall() { <div id="siteInfo"><a href="//wiki.cacert.org/FAQ/AboutUs"><?=_("About Us")?></a> | <a href="account.php?id=38"><?=_("Donations")?></a> | <a href="http://wiki.cacert.org/wiki/CAcertIncorporated"><?=_("Association Membership")?></a> | <a href="/policy/PrivacyPolicy.html"><?=_("Privacy Policy")?></a> | <a href="account.php?id=40"><?=_("Contact Us")?></a> | ©2002-<?=date("Y")?> <?=_("by CAcert")?></div> -</div> -</body> +</div> +</body> </html><? } |