diff options
author | Michael Tänzer <neo@nhng.de> | 2011-04-21 05:45:03 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-04-21 05:45:03 +0200 |
commit | 313bbc31ddcad1ce554c347eb89f3ed8fa5ee860 (patch) | |
tree | e8469d6580e3e3fb3955d967c446d3d28c5ac729 /includes/account_stuff.php | |
parent | d17953a5f2f1d2d4a4df1993e3fc749e4c606f6a (diff) | |
download | cacert-devel-313bbc31ddcad1ce554c347eb89f3ed8fa5ee860.tar.gz cacert-devel-313bbc31ddcad1ce554c347eb89f3ed8fa5ee860.tar.xz cacert-devel-313bbc31ddcad1ce554c347eb89f3ed8fa5ee860.zip |
#921: Part2: Correct some more links
#921: "http://www.cacert.org/index.php?id=10 fixes PP (Privacy Policy)"
Signed-off-by: Michael Tänzer <neo@nhng.de>
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 caa7dc7..d42ef1a 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/wiki/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/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> |