Update header.phtml

This commit is contained in:
Xabi Spacebiker 2018-02-22 11:40:41 +01:00 committed by GitHub
parent e07a55b307
commit 9cfda2fdc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
<div id="master-panel">
<img class="logo" src="data:image/png;base64,<?php echo Application_Model_Preference::GetStationLogo(); ?>" />
<div class="logo-container">
<img class="logo" src="data:image/png;base64,<?php echo Application_Model_Preference::GetStationLogo(); ?>" />
</div>
<div class="now-playing-block">
<div class="text-row"><strong><?php echo _("Previous:"); ?></strong> <span id='previous'></span> <span id='prev-length'></span></div>
<div class="now-playing-info song">
@ -56,4 +58,4 @@
</ul>
</div>
</div>
<div id="jquery_jplayer_1" class="jp-jplayer" style="width:0px; height:0px;"></div>
<div id="jquery_jplayer_1" class="jp-jplayer" style="width:0px; height:0px;"></div>