|
|
|
@ -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";
|
|
|
|
@ -68,7 +68,8 @@
|
|
|
|
|
"Features" => $GLOBALS['maindir'] . "features.php",
|
|
|
|
|
"Screenshots" => $GLOBALS['maindir'] . "screenshots.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",
|
|
|
|
|
"Packages" => $GLOBALS['maindir'] . "releases.php",
|
|
|
|
|