From 0b95d68910bf2c67742083aeb88577dc3ac662fb Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 7 Mar 2011 14:32:21 -0500 Subject: [PATCH] cleaner is the new default theme (for now) --- lib/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.php b/lib/default.php index c612557d69..38903730f5 100644 --- a/lib/default.php +++ b/lib/default.php @@ -33,7 +33,7 @@ $default = 'nickname' => 'statusnet', 'wildcard' => null, 'server' => $_server, - 'theme' => 'default', + 'theme' => 'cleaner', 'path' => $_path, 'logfile' => null, 'logo' => null, -- 2.39.5