summaryrefslogtreecommitdiff
path: root/includes/account_stuff.php
diff options
context:
space:
mode:
authorINOPIAE <inopiae@cacert.org>2014-06-07 19:08:38 +0200
committerBenny Baumann <BenBE@geshi.org>2015-01-25 13:14:02 +0100
commit980524caf80a3ab9008fd9d3d23275d6d08c0bda (patch)
treef9fca2cfe7bb641537405b58b97ed2ae7bb3d44d /includes/account_stuff.php
parentddd398e6dda266bd2f93c63a58273e797e401740 (diff)
downloadcacert-devel-980524caf80a3ab9008fd9d3d23275d6d08c0bda.tar.gz
cacert-devel-980524caf80a3ab9008fd9d3d23275d6d08c0bda.tar.xz
cacert-devel-980524caf80a3ab9008fd9d3d23275d6d08c0bda.zip
bug 649: some additional changes for the move from wot/16.php to wot/17.php
Diffstat (limited to 'includes/account_stuff.php')
-rw-r--r--includes/account_stuff.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/account_stuff.php b/includes/account_stuff.php
index d0eee1a..2973cb7 100644
--- a/includes/account_stuff.php
+++ b/includes/account_stuff.php
@@ -219,7 +219,7 @@ function hideall() {
<? } ?>
<div class="relatedLinks">
<h3 class="pointer" onclick="explode('WoT')">+ <?=_("CAcert Web of Trust")?></h3>
- <ul class="menu" id="WoT"><li><a href="wot.php?id=0"><?=_("About")?></a></li><li><a href="wot.php?id=12"><?=_("Find an Assurer")?></a></li><li><a href="wot.php?id=3"><?=_("Rules")?></a></li><li><a href="wot.php?id=16"><?=_("Check Assurer Status")?></a></li><li><a href="wot.php?id=3"></li><li><? if($_SESSION['profile']['assurer'] != 1) { ?><a href="wot.php?id=2"><?=_("Becoming an Assurer")?></a><? } else { ?><a href="wot.php?id=5"><?=_("Assure Someone")?></a><? } ?></li><li><a href="wot.php?id=4"><?=_("Trusted ThirdParties")?></a></li><? if($_SESSION['profile']['points'] >= 500) { ?><li><a href="wot.php?id=11"><div style="white-space:nowrap"><?=_("Organisation Assurance")?></div></a></li><? } ?><li><a href="account.php?id=55"><?=_("Training")?></a></li></ul>
+ <ul class="menu" id="WoT"><li><a href="wot.php?id=0"><?=_("About")?></a></li><li><a href="wot.php?id=12"><?=_("Find an Assurer")?></a></li><li><a href="wot.php?id=3"><?=_("Rules")?></a></li><li><a href="wot.php?id=17"><?=_("Check Assurer Status")?></a></li><li><a href="wot.php?id=3"></li><li><? if($_SESSION['profile']['assurer'] != 1) { ?><a href="wot.php?id=2"><?=_("Becoming an Assurer")?></a><? } else { ?><a href="wot.php?id=5"><?=_("Assure Someone")?></a><? } ?></li><li><a href="wot.php?id=4"><?=_("Trusted ThirdParties")?></a></li><? if($_SESSION['profile']['points'] >= 500) { ?><li><a href="wot.php?id=11"><div style="white-space:nowrap"><?=_("Organisation Assurance")?></div></a></li><? } ?><li><a href="account.php?id=55"><?=_("Training")?></a></li></ul>
</div>
<div class="relatedLinks">
<h3 class="pointer" onclick="explode('WoTForms')">+ <?=_("CAP Forms")?></h3><?