diff --git a/donate.php b/donate.php index d30a19a..bcd2173 100644 --- a/donate.php +++ b/donate.php @@ -3,7 +3,7 @@ // All Rights Reserved include("tde-head-and-foot.php"); -doHeader("Support Trinity", "Development", "Donations"); +doHeader("Support Trinity", "Donate", "_"); ?>

The Trinity project needs your support!

@@ -81,6 +81,7 @@ doHeader("Support Trinity", "Development", "Donations"); echo "

\n"; } echo "

Every little bit helps and is much appreciated!

\n"; + echo " \n"; } ?> diff --git a/tde-head-and-foot.php b/tde-head-and-foot.php index 7d1642d..e39a9fe 100644 --- a/tde-head-and-foot.php +++ b/tde-head-and-foot.php @@ -41,7 +41,7 @@ \n"; echo "

Help Keep TDE Alive - Donate Now!\n"; echo "\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",