Compare commits

..

3 Commits

Author SHA1 Message Date
Michele Calgaro 421d5fc2d1
Improve position of the donation page link
4 weeks ago
Slávek Banko 94eb4cb60f
Improve donations in BitCoins:
4 weeks ago
Slávek Banko cca3e547a4
Temporarily disable the donation in the fiat currencies.
4 weeks ago

@ -3,7 +3,7 @@
// All Rights Reserved
include("tde-head-and-foot.php");
doHeader("Support Trinity", "Development", "Donations");
doHeader("Support Trinity", "Donate", "_");
?>
<h2>The Trinity project needs your support!</h2>
@ -61,9 +61,9 @@ doHeader("Support Trinity", "Development", "Donations");
echo " <p>\n";
echo " <fieldset>\n";
echo " <legend>Via PayPal</legend>\n";
echo " <p>Donations through PayPal was temporarily disabled because";
echo " we need to prepare a new way that will make it possible";
echo " to make our donations to be transparent.</p>\n";
echo " Donations through PayPal has been temporarily disabled until";
echo " we prepare a way to make donation transactions transparent";
echo " for everyone. Please donate in Bitcoin for the time being.\n";
echo " </fieldset>\n";
echo " </p>\n";
}

@ -41,7 +41,7 @@
</DIV>
</DIV>
<?php
if ($navItem != "Donations") {
if ($navItem != "Donations" && $navCategory != "Donate") {
echo "<DIV ID=\"titlenotif\">\n";
echo " <P CLASS=\"notifhead\"><A HREF=\"" . $maindir . "donate.php\">Help Keep TDE Alive - Donate Now!</A>\n";
echo "</DIV>\n";

Loading…
Cancel
Save