diff options
author | Michael Tänzer <neo@nhng.de> | 2011-04-21 04:31:15 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-04-21 04:31:15 +0200 |
commit | d17953a5f2f1d2d4a4df1993e3fc749e4c606f6a (patch) | |
tree | 130b0db7fb6edfa650ea115829884cab98c61703 /includes/general_stuff.php | |
parent | a3d7949c04a06539a8a0982968f711b7832d8672 (diff) | |
download | cacert-devel-d17953a5f2f1d2d4a4df1993e3fc749e4c606f6a.tar.gz cacert-devel-d17953a5f2f1d2d4a4df1993e3fc749e4c606f6a.tar.xz cacert-devel-d17953a5f2f1d2d4a4df1993e3fc749e4c606f6a.zip |
#921: Create new privacy policy page, link to it and replace the old pages
with a warning
#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/general_stuff.php')
-rw-r--r-- | includes/general_stuff.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/general_stuff.php b/includes/general_stuff.php index 6747c84..088c39e 100644 --- a/includes/general_stuff.php +++ b/includes/general_stuff.php @@ -132,7 +132,7 @@ if(!function_exists("showfooter")) <? include("sponsorinfo.php") ?> <div id="siteInfo"> <a href="/index.php?id=12"><?=_("About Us")?></a> | <a href="/index.php?id=13"><?=_("Donations")?></a> | <a href="http://wiki.cacert.org/wiki/CAcertIncorporated"><?=_("Association Membership")?></a> | - <a href="/index.php?id=10"><?=_("Privacy Policy")?></a> | + <a href="/policy/PrivacyPolicy.html"><?=_("Privacy Policy")?></a> | <a href="/index.php?id=51"><?=_("Mission Statement")?></a> | <a href="/index.php?id=11"><?=_("Contact Us")?></a> | ©2002-<?=date("Y")?> <?=_("by CAcert")?></div> </div> |