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,