--- a/greyhound.php Fri Apr 25 12:42:26 2008 -0400
+++ b/greyhound.php Fri Apr 25 14:48:23 2008 -0400
@@ -55,7 +55,7 @@
// start up...
-status('Starting Greyhound Web Control v0.1-hg');
+status('Starting Greyhound Web Control v0.1a1');
status('loading files');
require('webserver.php');
--- a/themes/funkymonkey/playlist.tpl Fri Apr 25 12:42:26 2008 -0400
+++ b/themes/funkymonkey/playlist.tpl Fri Apr 25 14:48:23 2008 -0400
@@ -84,6 +84,9 @@
{/foreach}
</table>
</div>
+ <div class="poweredby">
+ Powered by <a onclick="window.open(this.href); return false;" href="http://greyhound.enanocms.org/">Greyhound</a>
+ </div>
</body>
</html>
--- a/themes/funkymonkey/style.css Fri Apr 25 12:42:26 2008 -0400
+++ b/themes/funkymonkey/style.css Fri Apr 25 14:48:23 2008 -0400
@@ -135,3 +135,12 @@
tr.pulsar8 td { background-color: #1c1d3f; }
tr.pulsar9 td { background-color: #171738; }
+div.poweredby {
+ font-size: smaller;
+ text-align: center;
+ margin: 10px 0;
+}
+
+div.poweredby a {
+ color: #57608a;
+}
--- a/themes/iphone/playlist.tpl Fri Apr 25 12:42:26 2008 -0400
+++ b/themes/iphone/playlist.tpl Fri Apr 25 14:48:23 2008 -0400
@@ -89,6 +89,9 @@
</div>
<div id="footer">
<img alt="AmaroK web control" src="/themes/{$theme|escape}/images/amarok.gif" /><br />
+ <div class="poweredby">
+ Powered by <a onclick="window.open(this.href); return false;" href="http://greyhound.enanocms.org/">Greyhound</a>
+ </div>
</div>
<script type="text/javascript">
setTimeout('fix_scroll();', 2000);
--- a/themes/iphone/style.css Fri Apr 25 12:42:26 2008 -0400
+++ b/themes/iphone/style.css Fri Apr 25 14:48:23 2008 -0400
@@ -146,3 +146,12 @@
tr.pulsar8 td { background-color: #1c1d3f; }
tr.pulsar9 td { background-color: #171738; }
+div.poweredby {
+ font-size: smaller;
+ text-align: center;
+ margin: 10px 0;
+}
+
+div.poweredby a {
+ color: #57608a;
+}