From 306b002c5bd47132e193715bd94d0c57ccebd0b3 Mon Sep 17 00:00:00 2001 From: bochard Date: Sun, 8 Feb 2026 12:30:52 +0800 Subject: [PATCH] sitemenu is now a modular part. --- email.php | 35 ++++++++++++++++++++--------------- guestbook.php | 4 ++-- index.php | 21 +-------------------- part/sitemenu.php | 20 ++++++++++++++++++++ 4 files changed, 43 insertions(+), 37 deletions(-) create mode 100644 part/sitemenu.php diff --git a/email.php b/email.php index c7e42ce..c948736 100644 --- a/email.php +++ b/email.php @@ -7,20 +7,25 @@ head($pgtitle, $pgdescription, $pgcss, $pgjs); ?> -
- - - - -
-
-

I'm not going to make you type in a form, I don't like that. Email me with any of your favorite mailer. Talk to me about anything.

- my email -

In order to avoid spam, I used an image here to show my email. Please send me messages through here.

-

I will respond to you as soon as I can. If weeks eventually passed and you still haven't got any reply. It could just simply mean I'm already dead , or just could be that your email has been flagged as spam and automatically moved to the spam folder . So write a genuine, heartfelt email so your it will be delivered properly on my inbox . Thanks!

- -
-
-
+
+ + + + +
+
+ + + + + +
+

I'm not going to make you type in a form, I don't like that. Email me with any of your favorite mailer. Talk to me about anything.

+ my email +

In order to avoid spam, I used an image here to show my email. Please send me messages through here.

+

I will respond to you as soon as I can. If weeks eventually passed and you still haven't got any reply. It could just simply mean I'm already dead , or just could be that your email has been flagged as spam and automatically moved to the spam folder . So write a genuine, heartfelt email so it will be delivered properly on my inbox . Thanks!

+
+
+
diff --git a/guestbook.php b/guestbook.php index 5c5a0c6..fa226f1 100644 --- a/guestbook.php +++ b/guestbook.php @@ -76,7 +76,7 @@
"> - +

@@ -84,7 +84,7 @@

-
+

diff --git a/index.php b/index.php index 6b0cfeb..4813fdf 100644 --- a/index.php +++ b/index.php @@ -16,26 +16,7 @@ - - +
- - - - -
-

Web site menu

- - - - - - - - - -
Homepage
Weblog
Projects
Git
Links
About me
Guestbook
E-mail
-
-
diff --git a/part/sitemenu.php b/part/sitemenu.php new file mode 100644 index 0000000..32e56f8 --- /dev/null +++ b/part/sitemenu.php @@ -0,0 +1,20 @@ + + -- 2.39.5
+ + + + +
+

Web site menu

+ + + + + + + + + +
Homepage
Weblog
Projects
Git
Links
About me
Guestbook
E-mail
+
+