-added listen to icecast stream through browser option. Fixed various bugs in now playing screen. added fade support to liquidsoap script

This commit is contained in:
martin 2011-01-26 17:08:30 -05:00
parent a2a8a8eae3
commit 5b11025b31
9 changed files with 181 additions and 102 deletions

View file

@ -0,0 +1,11 @@
<!-- application/layouts/scripts/layout.phtml -->
<?php echo $this->doctype() ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Livestream</title>
</head>
<body>
<div id="content"><?php echo $this->layout()->content ?></div>
</body>
</html>