Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Wahlbrink2019-09-18 08:17:28 +0000
committerStephan Wahlbrink2019-09-18 08:17:28 +0000
commite6ac3d1cc046ec4608705c649fbcccf275bf6dc3 (patch)
tree24d9dc604db7efe813f515a7bc5a2df9b661a4e3
parent09c14f28e9fb0a5da4492540c5517191eb08f99d (diff)
downloadstatet-e6ac3d1cc046ec4608705c649fbcccf275bf6dc3.tar.gz
statet-e6ac3d1cc046ec4608705c649fbcccf275bf6dc3.tar.xz
statet-e6ac3d1cc046ec4608705c649fbcccf275bf6dc3.zip
Add link to mailling list
-rw-r--r--downloads/_download-statet.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/downloads/_download-statet.php b/downloads/_download-statet.php
index 522ad8a..ad52a6f 100644
--- a/downloads/_download-statet.php
+++ b/downloads/_download-statet.php
@@ -36,7 +36,10 @@ $themeVariables['btn_cfa'] = array(
'text' => '<i class="fa fa-home"></i> StatET'
);
+$Nav->addNavSeparator("StatET 4.0", "");
$Nav->addCustomNav("New and Noteworthy", "/statet/news/noteworthy-4.0.php", "_self", 1);
+$Nav->addNavSeparator("StatET", "/statet/");
+$Nav->addCustomNav("Mailing List: statet-users", "https://accounts.eclipse.org/mailing-list/statet-users", "_self", 3);
$file = basename($App->getScriptName(), '.php').'.html';

Back to the top