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 307a6a5701d8c5b60d54c3ca1b52cde242d14440
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Wed Jun 17 21:09:02 2026 +0100
remove start from menu its already the top left link anyway
---
public_html/content/start.php | 2 +-
public_html/site/menu.php | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/public_html/content/start.php b/public_html/content/start.php
index d11d6b17..1a6c0d6f 100644
--- a/public_html/content/start.php
+++ b/public_html/content/start.php
@@ -1,4 +1,4 @@
-<?php $title="Main"; ?>
+<?php $title="Enlightenment"; ?>
<section class="start-page">
<div class="metric-row">
<div class="metric"><strong>0.27</strong><span>current Enlightenment release family</span></div>
diff --git a/public_html/site/menu.php b/public_html/site/menu.php
index 5e14b1cb..1402e3b9 100644
--- a/public_html/site/menu.php
+++ b/public_html/site/menu.php
@@ -1,6 +1,5 @@
<?php
head($page,
- "start",
"about",
"news",
"download",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.