Fix for default station logo not displaying
This commit is contained in:
parent
f9dd70ad27
commit
fe5b20c29e
|
@ -4,7 +4,7 @@
|
||||||
<div class="bck_cover"></div>
|
<div class="bck_cover"></div>
|
||||||
|
|
||||||
<?php if ($this->stationLogo === DEFAULT_LOGO_PLACEHOLDER) {
|
<?php if ($this->stationLogo === DEFAULT_LOGO_PLACEHOLDER) {
|
||||||
echo "<a href='#' class='logo'><img src='".$this->baseUrl.DEFAULT_LOGO_FILE."'></a>";
|
echo "<a href='#' class='logo'><img src='".$this->baseUrl."/images/".DEFAULT_LOGO_FILE."'></a>";
|
||||||
} else {
|
} else {
|
||||||
echo "<a href='#' class='logo'><img src='data:image/png;base64," . $this->stationLogo . "'></a>";
|
echo "<a href='#' class='logo'><img src='data:image/png;base64," . $this->stationLogo . "'></a>";
|
||||||
} ?>
|
} ?>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Loading…
Reference in New Issue