diff options
author | Slávek Banko <[email protected]> | 2021-03-04 16:32:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-03-11 19:03:51 +0100 |
commit | 5eeb8cb0a86223cd0559e35556a428a5a1749efb (patch) | |
tree | b3b1d010f23f1869c13f14104f9d60aee86e3a4e /tde-head-and-foot.php | |
parent | 5fcce6fc4023ea319d527a8ce3b5573ff0e42b0b (diff) | |
download | website-core-5eeb8cb0a86223cd0559e35556a428a5a1749efb.tar.gz website-core-5eeb8cb0a86223cd0559e35556a428a5a1749efb.zip |
Contacts menu item changed to TDE Team.
Contacts are already available on Support.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tde-head-and-foot.php')
-rw-r--r-- | tde-head-and-foot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-head-and-foot.php b/tde-head-and-foot.php index 559fd9a..9ef2d2e 100644 --- a/tde-head-and-foot.php +++ b/tde-head-and-foot.php @@ -84,7 +84,7 @@ "Bugs" => "https://bugs.trinitydesktop.org/buglist.cgi?quicksearch=ALL", "Mailing Lists" => $GLOBALS['maindir'] . "mailinglist.php", "Service Alerts" => $GLOBALS['maindir'] . "servicealerts/", - "Contact" => $GLOBALS['maindir'] . "support.php", + "TDE Team" => $GLOBALS['maindir'] . "contributors.php", ), "Development" => array("_" => $GLOBALS['maindir'] . "development.php", "GIT" => "http://mirror.git.trinitydesktop.org/cgit/", |