mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Use project name in the absence of a logo
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
|
||||
<div id="gumax-header">
|
||||
<div id="gumax-p-logo">
|
||||
<?php
|
||||
if ($config['title_image'])
|
||||
{
|
||||
?>
|
||||
<div id="p-logo">
|
||||
<a style="background-image: url('<?php echo($config['title_image']); ?>');" accesskey="z" href=""></a>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
if ($config['title_image'])
|
||||
{
|
||||
echo('<a style="background-image: ' . $config['title_image'] . '" accesskey="z" href=""></a>');
|
||||
}
|
||||
else
|
||||
{
|
||||
echo('<h2>'.$config['project_name'].'</h2>');
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
|
||||
</div>
|
||||
<!-- end of gumax-p-logo -->
|
||||
|
Reference in New Issue
Block a user