diff options
author | Michael Tänzer <neo@nhng.de> | 2011-07-28 23:48:54 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-07-28 23:48:54 +0200 |
commit | 983a7dced2bc15cfb5760b81659bc72fb39b2567 (patch) | |
tree | e403044648372fba8267c6b88df512df1526ae02 /includes | |
parent | 4f675d3e8d062e2c6bca2c3e45d2930e4cb2dbf9 (diff) | |
download | cacert-devel-983a7dced2bc15cfb5760b81659bc72fb39b2567.tar.gz cacert-devel-983a7dced2bc15cfb5760b81659bc72fb39b2567.tar.xz cacert-devel-983a7dced2bc15cfb5760b81659bc72fb39b2567.zip |
Source code taken from cacert-20110728.tar.bz2
Diffstat (limited to 'includes')
-rw-r--r-- | includes/account_stuff.php | 2 | ||||
-rw-r--r-- | includes/general_stuff.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/account_stuff.php b/includes/account_stuff.php index 7c8980c..b6fdd7a 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> 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> |