# HG changeset patch # User Dan # Date 1220302397 14400 # Node ID 7978f037eab3b4a0063ebd9e838f1b0522a43802 # Parent 92dd253f501c2d45d69306f78f0705f819977446 Switched back to grey theme as default (oops!). Theme selection widget will come in a later commit. diff -r 92dd253f501c -r 7978f037eab3 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.