SAAS-841: Default station logo to the Airtime logo

This commit is contained in:
drigato 2015-06-03 11:53:32 -04:00
parent d6ec9e99b5
commit 305cb894c3
3 changed files with 21 additions and 4 deletions

View file

@ -3,8 +3,10 @@
<div class="bck_cover"></div>
<?php if (!empty($this->stationLogo)) {
echo "<a href = '#' class='logo' ><img src = 'data:image/png;base64," . $this->stationLogo. "'></a>";
<?php if ($this->stationLogo === "airtime_logo.png") {
echo "<a href='#' class='logo'><img src='airtime_logo.png'></a>";
} else {
echo "<a href='#' class='logo' ><img src='data:image/png;base64," . $this->stationLogo . "'></a>";
} ?>
<div id="tab-1" class="schedule tab_content current">