diff options
author | Michael Tänzer <neo@nhng.de> | 2012-04-03 17:12:08 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-04-03 17:12:08 +0200 |
commit | 15872937530f4ab7c5231ba1bd212f59f98cc4ac (patch) | |
tree | 0b009b127ef743ee7b7e417a7c174c2bb9f733de /pages/index | |
parent | 0032a1cf511f7ec5a12fc26204cada9aa733bf16 (diff) | |
download | cacert-devel-15872937530f4ab7c5231ba1bd212f59f98cc4ac.tar.gz cacert-devel-15872937530f4ab7c5231ba1bd212f59f98cc4ac.tar.xz cacert-devel-15872937530f4ab7c5231ba1bd212f59f98cc4ac.zip |
bug 1027: Add reference to booking.com affiliate program
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages/index')
-rw-r--r-- | pages/index/13.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pages/index/13.php b/pages/index/13.php index 68ee5ed..f2ea173 100644 --- a/pages/index/13.php +++ b/pages/index/13.php @@ -42,3 +42,16 @@ Account No.: 180264 <p><?=_("ANY amount will be appreciated - the more funding CAcert receives, the sooner it can achieve the goals of the community.")?></p> <p><?=_("Thank you very much for your support, your donations help CAcert to continue to operate.")?></p> + + +<h3><?=_("Using Our Affiliate Partners")?></h3> + +<h4>Booking.com</h4> + +<p><?=_("If you do any trips where you need accommodation why not book via booking.com?")?></p> + +<p><?php + printf(_("For any booking done over %s started from this page CAcert gets a share of the provision. You do not pay more but you will support CAcert."), + '<a href="//www.booking.com/index.html?aid=346253">booking.com</a>'); + ?></p> + |