Radio Page Code Review Changes
Defined a SAAS_PRODUCT_BRANDING_NAME constant. Defined constants for default station logo.
This commit is contained in:
parent
0796f58878
commit
8e8f8aa55b
5 changed files with 11 additions and 25 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
<div class="bck_cover"></div>
|
||||
|
||||
<?php if ($this->stationLogo === "airtime_logo.png") {
|
||||
echo "<a href='#' class='logo'><img src='airtime_logo.png'></a>";
|
||||
<?php if ($this->stationLogo === DEFAULT_LOGO_PLACEHOLDER) {
|
||||
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>";
|
||||
} ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue