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/account_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/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 fa6757b..caa7dc7 100644 --- a/includes/account_stuff.php +++ b/includes/account_stuff.php @@ -278,7 +278,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> | - <a href="account.php?id=39"><?=_("Privacy Policy")?></a> | <a href="account.php?id=40"><?=_("Contact Us")?></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> |