Fix for default station logo not displaying
This commit is contained in:
parent
f9dd70ad27
commit
fe5b20c29e
2 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||||
} ?>
|
} ?>
|
||||||
|
|
BIN
airtime_mvc/public/images/airtime_logo.png
Normal file
BIN
airtime_mvc/public/images/airtime_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue