Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestbuffington committed Nov 25, 2022
1 parent 011f20c commit 1714d4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions themes/Titanium_Core/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,11 @@ class="blink-one">Opera Rocks!</span> ::: This browser is hauling ass and about
echo '</td>';
echo '</tr>';

global $above_marquee_left, $above_marquee_right;

echo '<tr>';
echo '<td class="abovemarqueeLT"><span style="color:#16a085"><strong>Welcome to TheGhost\'s Online Humble Abode, Enjoy Your Visit...</strong></span></td>';
echo '<td class="abovemarqueeRT"><span style="color:#16a085"><strong>This is the Sponsor Tron for the PHP-Nuke Titanium Project...</strong></span></td>';
echo '<td class="abovemarqueeLT">'.$above_marquee_left.'</td>';
echo '<td class="abovemarqueeRT">'.$above_marquee_right.'</td>';
echo '</tr>';

echo '<tr>';
Expand Down
6 changes: 4 additions & 2 deletions themes/Titanium_Core/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<!-- Setting MAIN ADMIN TO ".$portaladmin." in themes/".$theme_name."/theme.php -->\n";
echo "<!-- Setting MAIN ADMIN TO ".$portaladmin." in themes/".$theme_name."/theme.php -->\n";

$above_marquee_left = '<span style="color:#16a085"><strong>Welcome to TheGhost\'s Online Humble Abode, Enjoy Your Visit...</strong></span>';
$above_marquee_right = '<span style="color:#16a085">This is the Sponsor Tron for the PHP-Nuke Titanium Project...</strong></span>';
/*
list($portaladminname,
$avatar,
Expand Down

0 comments on commit 1714d4a

Please sign in to comment.