mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
First layout fix attempt
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
|
||||
<div id="gumax-header">
|
||||
<div id="gumax-p-logo">
|
||||
<?php
|
||||
if ($config['title_image'])
|
||||
{
|
||||
?>
|
||||
<div id="gumax-header">
|
||||
<div id="gumax-p-logo">
|
||||
<div id="p-logo">
|
||||
<a style="background-image: url('<?php echo($config['title_image']); ?>');" accesskey="z" href=""></a>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
|
||||
</div>
|
||||
<!-- end of gumax-p-logo -->
|
||||
@@ -16,7 +19,6 @@ if ($config['title_image'])
|
||||
<div id="gumax-p-login">
|
||||
|
||||
<?php
|
||||
}
|
||||
|
||||
$toggle_url = preg_replace('/(\?|\&)widescreen=(yes|no)/', '', $_SERVER['REQUEST_URI']);
|
||||
if (strstr($toggle_url,'?')) { $toggle_url .= '&'; } else { $toggle_url .= '?'; }
|
||||
|
||||
Reference in New Issue
Block a user