diff options
author | Michael Tänzer <neo@nhng.de> | 2011-07-25 17:23:42 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-07-25 17:23:42 +0200 |
commit | ca081187331654fb9478bde91fef4432725027b1 (patch) | |
tree | 130b0db7fb6edfa650ea115829884cab98c61703 /includes/account_stuff.php | |
parent | 313bbc31ddcad1ce554c347eb89f3ed8fa5ee860 (diff) | |
download | cacert-devel-ca081187331654fb9478bde91fef4432725027b1.tar.gz cacert-devel-ca081187331654fb9478bde91fef4432725027b1.tar.xz cacert-devel-ca081187331654fb9478bde91fef4432725027b1.zip |
Revert "#921: Part2: Correct some more links"
This reverts commit 313bbc31ddcad1ce554c347eb89f3ed8fa5ee860.
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 d42ef1a..caa7dc7 100644 --- a/includes/account_stuff.php +++ b/includes/account_stuff.php @@ -277,7 +277,7 @@ function hideall() { ?> </div> </div> - <div id="siteInfo"><a href="account.php?id=37"><?=_("About Us")?></a> | <a href="account.php?id=38"><?=_("Donations")?></a> | <a href="http://wiki.cacert.org/CAcertIncorporated"><?=_("Association Membership")?></a> | + <div id="siteInfo"><a href="account.php?id=37"><?=_("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> |