diff options
author | INOPIAE <inopiae@cacert.org> | 2013-05-01 12:02:57 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-05-01 12:02:57 +0200 |
commit | df7cc59564f5c7f1f954696f1d089c1ed8a14e76 (patch) | |
tree | 73a3ca3c4533084cd2e9c80b5d13028a8df79a0d | |
parent | ef6fa684e0c1ac2155036cc2981c65482de92bfc (diff) | |
download | cacert-devel-df7cc59564f5c7f1f954696f1d089c1ed8a14e76.tar.gz cacert-devel-df7cc59564f5c7f1f954696f1d089c1ed8a14e76.tar.xz cacert-devel-df7cc59564f5c7f1f954696f1d089c1ed8a14e76.zip |
bug 663: added typo fix
-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 148a0ac..746a99c 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> @@ -280,7 +280,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><? } |