diff options
author | Michael Tänzer <neo@nhng.de> | 2011-11-27 04:41:40 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-11-27 04:41:40 +0100 |
commit | 3aaa4cdb41b2a2ab155baaaf1dc99246b788d4a6 (patch) | |
tree | 6a5758eb8e578dae82b509c9bc0c8c1b1fb47328 /includes/general_stuff.php | |
parent | 00cfe81ecd1d3c86fcecf2f02e28236384794fbd (diff) | |
download | cacert-devel-3aaa4cdb41b2a2ab155baaaf1dc99246b788d4a6.tar.gz cacert-devel-3aaa4cdb41b2a2ab155baaaf1dc99246b788d4a6.tar.xz cacert-devel-3aaa4cdb41b2a2ab155baaaf1dc99246b788d4a6.zip |
Source code taken from cacert-20111125.tar.bz2
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 088c39e..80cd8a7 100644 --- a/includes/general_stuff.php +++ b/includes/general_stuff.php @@ -131,7 +131,7 @@ if(!function_exists("showfooter")) </div> <? 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="//wiki.cacert.org/FAQ/AboutUs"><?=_("About Us")?></a> | <a href="/index.php?id=13"><?=_("Donations")?></a> | <a href="http://wiki.cacert.org/wiki/CAcertIncorporated"><?=_("Association Membership")?></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> |