diff options
author | Michael Tänzer <neo@nhng.de> | 2011-11-17 19:21:39 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-11-17 19:21:39 +0100 |
commit | e44f633c59dcbf15003abd72dfe271ff83de624f (patch) | |
tree | 0b9120b3ac88b4188104015619c74542d56f1ce9 | |
parent | 8de28bd12565f66b7b168767a17210bb29a5a0aa (diff) | |
download | cacert-devel-e44f633c59dcbf15003abd72dfe271ff83de624f.tar.gz cacert-devel-e44f633c59dcbf15003abd72dfe271ff83de624f.tar.xz cacert-devel-e44f633c59dcbf15003abd72dfe271ff83de624f.zip |
bug 965: Also adjust the links to the replaced pages
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r-- | includes/account_stuff.php | 2 | ||||
-rw-r--r-- | includes/general_stuff.php | 2 | ||||
-rw-r--r-- | includes/tverify_stuff.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/includes/account_stuff.php b/includes/account_stuff.php index b6fdd7a..108bd57 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="//wiki.cacert.org/FAQ/AboutUs"><?=_("About Us")?></a> | <a href="account.php?id=38"><?=_("Donations")?></a> | <a href="http://wiki.cacert.org/wiki/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> 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> diff --git a/includes/tverify_stuff.php b/includes/tverify_stuff.php index 46f49f6..93f7c32 100644 --- a/includes/tverify_stuff.php +++ b/includes/tverify_stuff.php @@ -66,7 +66,7 @@ if(!function_exists("showfooter")) </div> </div> <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="/index.php?id=10"><?=_("Privacy Policy")?></a> | <a href="/index.php?id=51"><?=_("Mission Statement")?></a> | <a href="/index.php?id=11"><?=_("Contact Us")?></a> | <a href="/index.php?id=19"><?=_("Further Information")?></a> | ©2002-<?=date("Y")?> <?=_("by CAcert")?></div> |