Remove Observium images

This commit is contained in:
Paul Gear
2013-10-29 08:08:23 +10:00
parent 87f656bd50
commit 7603d2074b
7 changed files with 16 additions and 6 deletions
+6
View File
@@ -1,3 +1,8 @@
<?php
if ($config['title_image'])
{
?>
<div id="gumax-header">
<div id="gumax-p-logo">
<div id="p-logo">
@@ -11,6 +16,7 @@
<div id="gumax-p-login">
<?php
}
$toggle_url = preg_replace('/(\?|\&)widescreen=(yes|no)/', '', $_SERVER['REQUEST_URI']);
if (strstr($toggle_url,'?')) { $toggle_url .= '&amp;'; } else { $toggle_url .= '?'; }