From 24af65bfeb878a96c241cf15f2a9ce6fbc919c56 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 13 Oct 2025 15:18:48 -0700 Subject: [PATCH] Use the global variable to determine whether page title images are shown. No if images are in the banner. Yes if the banner is only the logo. --- pages/about.php | 4 ++++ pages/contact.php | 4 ++++ pages/home.php | 4 ++++ pages/support.php | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/pages/about.php b/pages/about.php index 4bd3f3f..93c45d6 100755 --- a/pages/about.php +++ b/pages/about.php @@ -8,9 +8,13 @@

Who Am I?

+ <<about.jpg>>
+ ';?>
diff --git a/pages/contact.php b/pages/contact.php index 15c4bd0..011c773 100755 --- a/pages/contact.php +++ b/pages/contact.php @@ -8,9 +8,13 @@

Contact

+ <<contact.jpg>>
+ ';?>
diff --git a/pages/home.php b/pages/home.php index 2730784..ecff4eb 100755 --- a/pages/home.php +++ b/pages/home.php @@ -11,9 +11,13 @@

Welcome!

+ <<home.jpg>>
+ ';?>
diff --git a/pages/support.php b/pages/support.php index a9bd4b5..9dc30b9 100755 --- a/pages/support.php +++ b/pages/support.php @@ -11,9 +11,13 @@

Support

+ <<support.jpg>>
+ ';?>

Anything is very much appreciated!! Thank you for considering me!