This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www.
View the commit online.
commit 3e93bfa6ba6de33a5eecf3e2db2af460fbd3880b
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Wed Jun 17 21:06:02 2026 +0100
tune main menu more
---
public_html/content/contribute.php | 4 ----
public_html/site/menu.php | 5 ++---
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/public_html/content/contribute.php b/public_html/content/contribute.php
deleted file mode 100644
index 4e82cbe8..00000000
--- a/public_html/content/contribute.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php $title="Contribute"; ?>
-<p>
-Contribute to E.
-</p>
diff --git a/public_html/site/menu.php b/public_html/site/menu.php
index 30d01ad7..5e14b1cb 100644
--- a/public_html/site/menu.php
+++ b/public_html/site/menu.php
@@ -2,11 +2,10 @@
head($page,
"start",
"about",
- "download",
- "contact",
"news",
+ "download",
"source",
"develop",
- "contribute",
+ "contact",
);
?>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.