From 1714d4aeef2215b3594cd1170eec8fcd00dfd9f0 Mon Sep 17 00:00:00 2001 From: Ernest Buffington Date: Thu, 24 Nov 2022 23:49:46 -0500 Subject: [PATCH] Update --- themes/Titanium_Core/header.php | 6 ++++-- themes/Titanium_Core/theme.php | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/themes/Titanium_Core/header.php b/themes/Titanium_Core/header.php index dff3f8e4..fc719b7e 100644 --- a/themes/Titanium_Core/header.php +++ b/themes/Titanium_Core/header.php @@ -254,9 +254,11 @@ class="blink-one">Opera Rocks! ::: This browser is hauling ass and about echo ''; echo ''; +global $above_marquee_left, $above_marquee_right; + echo ''; -echo 'Welcome to TheGhost\'s Online Humble Abode, Enjoy Your Visit...'; -echo 'This is the Sponsor Tron for the PHP-Nuke Titanium Project...'; +echo ''.$above_marquee_left.''; +echo ''.$above_marquee_right.''; echo ''; echo ''; diff --git a/themes/Titanium_Core/theme.php b/themes/Titanium_Core/theme.php index c40bbe59..d9d2bcaf 100644 --- a/themes/Titanium_Core/theme.php +++ b/themes/Titanium_Core/theme.php @@ -70,10 +70,12 @@ #--------------------------# # your admin id - this will normally be 2 Set this to the MAIN ADMIN NUMBER -global $portaladmin; +global $portaladmin, $above_marquee_left, $above_marquee_right; $portaladmin = 2; -echo "\n"; +echo "\n"; +$above_marquee_left = 'Welcome to TheGhost\'s Online Humble Abode, Enjoy Your Visit...'; +$above_marquee_right = 'This is the Sponsor Tron for the PHP-Nuke Titanium Project...'; /* list($portaladminname, $avatar,