diff options
author | Slávek Banko <[email protected]> | 2021-04-01 12:06:01 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-04-01 12:06:01 +0200 |
commit | e3bfe289fac81238e880bd393e9bcc122f952dd6 (patch) | |
tree | e420bcd01576bba632281b6b6a13aae038e49ae9 | |
parent | eda67f0ecc3f1d59000612dd5ad9fea810fc8e80 (diff) | |
download | website-core-e3bfe289fac81238e880bd393e9bcc122f952dd6.tar.gz website-core-e3bfe289fac81238e880bd393e9bcc122f952dd6.zip |
Add TDE Gitea Workspace to the main menu.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | tde-head-and-foot.php | 3 |
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", |