Improve position of the donation page link

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 2 months ago committed by Slávek Banko
parent 94eb4cb60f
commit 801b440373
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -3,7 +3,7 @@
// All Rights Reserved // All Rights Reserved
include("tde-head-and-foot.php"); include("tde-head-and-foot.php");
doHeader("Support Trinity", "Development", "Donations"); doHeader("Support Trinity", "Donate", "_");
?> ?>
<h2>The Trinity project needs your support!</h2> <h2>The Trinity project needs your support!</h2>
@ -81,6 +81,7 @@ doHeader("Support Trinity", "Development", "Donations");
echo " </p>\n"; echo " </p>\n";
} }
echo " <p>Every little bit helps and is much appreciated!</p>\n"; echo " <p>Every little bit helps and is much appreciated!</p>\n";
echo " <a href=\"https://floss.social/@tde\" rel=\"me\" />\n";
} }
?> ?>

@ -41,7 +41,7 @@
</DIV> </DIV>
</DIV> </DIV>
<?php <?php
if ($navItem != "Donations") { if ($navItem != "Donations" && $navCategory != "Donate") {
echo "<DIV ID=\"titlenotif\">\n"; echo "<DIV ID=\"titlenotif\">\n";
echo " <P CLASS=\"notifhead\"><A HREF=\"" . $maindir . "donate.php\">Help Keep TDE Alive - Donate Now!</A>\n"; echo " <P CLASS=\"notifhead\"><A HREF=\"" . $maindir . "donate.php\">Help Keep TDE Alive - Donate Now!</A>\n";
echo "</DIV>\n"; echo "</DIV>\n";
@ -68,7 +68,8 @@
"Features" => $GLOBALS['maindir'] . "features.php", "Features" => $GLOBALS['maindir'] . "features.php",
"Screenshots" => $GLOBALS['maindir'] . "screenshots.php", "Screenshots" => $GLOBALS['maindir'] . "screenshots.php",
"Get Involved" => $GLOBALS['maindir'] . "helpwanted.php", "Get Involved" => $GLOBALS['maindir'] . "helpwanted.php",
"Donations" => $GLOBALS['maindir'] . "donate.php", ),
"Donate" => array("_" => $GLOBALS['maindir'] . "donate.php",
), ),
"Get Trinity" => array("_" => $GLOBALS['maindir'] . "releases.php", "Get Trinity" => array("_" => $GLOBALS['maindir'] . "releases.php",
"Packages" => $GLOBALS['maindir'] . "releases.php", "Packages" => $GLOBALS['maindir'] . "releases.php",

Loading…
Cancel
Save