diff options
Diffstat (limited to 'donate.php')
-rw-r--r-- | donate.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> @@ -81,6 +81,7 @@ doHeader("Support Trinity", "Development", "Donations"); echo " </p>\n"; } echo " <p>Every little bit helps and is much appreciated!</p>\n"; + echo " <a href=\"https://floss.social/@tde\" rel=\"me\" />\n"; } ?> |