Switched back to grey theme as default (oops!). Theme selection widget will come in a later commit.
authorDan
Mon, 01 Sep 2008 16:53:17 -0400
changeset 45 7978f037eab3
parent 44 92dd253f501c
child 46 1e58e36b04cd
Switched back to grey theme as default (oops!). Theme selection widget will come in a later commit.
greyhound.php
--- a/greyhound.php	Mon Sep 01 16:51:13 2008 -0400
+++ b/greyhound.php	Mon Sep 01 16:53:17 2008 -0400
@@ -39,7 +39,7 @@
 // set this to false, it will only display the playlist.
 $allowcontrol = true;
 // The default theme. This should be a name of a directory in ./themes.
-$theme = 'funkymonkey';
+$theme = 'grey';
 // Allow forking when an HTTP request is received. This has advantages
 // and disadvantages. If this experimental option is enabled, it will
 // result in faster responses and load times but more memory usage.