Switched back to grey theme as default (oops!). Theme selection widget will come in a later commit.
--- 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.