Fix for station logo....again...

This commit is contained in:
drigato 2015-06-10 16:01:16 -04:00
parent 357e17f3b4
commit d1ac78be68
2 changed files with 2 additions and 2 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='images/".DEFAULT_LOGO_FILE."'></a>";
echo "<a href='#' class='logo'><img src='".DEFAULT_LOGO_FILE."'></a>";
} else {
echo "<a href='#' class='logo'><img src='data:image/png;base64," . $this->stationLogo . "'></a>";
} ?>