summaryrefslogtreecommitdiffstats
path: root/donate.php
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-23 10:34:42 +0900
committerSlávek Banko <slavek.banko@axis.cz>2024-04-23 17:30:04 +0200
commit801b4403732cc3f568122d88b95f139ec47b930f (patch)
tree3dc9bba1aa26ea290f159556f559e36937581f94 /donate.php
parent94eb4cb60f4da34481b83b9686664c89e9b4bf44 (diff)
downloadwebsite-core-801b4403732cc3f568122d88b95f139ec47b930f.tar.gz
website-core-801b4403732cc3f568122d88b95f139ec47b930f.zip
Improve position of the donation page link
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'donate.php')
-rw-r--r--donate.php3
1 files changed, 2 insertions, 1 deletions
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", "_");
?>
<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";
}
?>