summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-04-01 12:06:01 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-04-01 12:06:01 +0200
commite3bfe289fac81238e880bd393e9bcc122f952dd6 (patch)
treee420bcd01576bba632281b6b6a13aae038e49ae9
parenteda67f0ecc3f1d59000612dd5ad9fea810fc8e80 (diff)
downloadwebsite-core-e3bfe289fac81238e880bd393e9bcc122f952dd6.tar.gz
website-core-e3bfe289fac81238e880bd393e9bcc122f952dd6.zip
Add TDE Gitea Workspace to the main menu.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--tde-head-and-foot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tde-head-and-foot.php b/tde-head-and-foot.php
index 15a01af..0c98026 100644
--- a/tde-head-and-foot.php
+++ b/tde-head-and-foot.php
@@ -87,7 +87,8 @@
"TDE Team" => $GLOBALS['maindir'] . "contributors.php",
),
"Development" => array("_" => $GLOBALS['maindir'] . "development.php",
- "GIT" => "http://mirror.git.trinitydesktop.org/cgit/",
+ "TGW" => "http://mirror.git.trinitydesktop.org/gitea/TDE",
+ "CGit" => "http://mirror.git.trinitydesktop.org/cgit/",
"Translations" => "https://mirror.git.trinitydesktop.org/weblate",
"Commit History" => $GLOBALS['maindir'] . "patches",
"Resources" => $GLOBALS['maindir'] . "devresources.php",