Fix for default station logo not displaying

This commit is contained in:
drigato 2015-06-10 15:51:31 -04:00
parent f9dd70ad27
commit fe5b20c29e
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="bck_cover"></div>
<?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 {
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