diff mod_muc_log_http/muc_log_http/mod_muc_log_http.lua @ 180:f29be6c49501

mod_muc_log_http: default theme changed to "prosody", removed old default theme
author Thilo Cestonaro <thilo@cestona.ro>
date Thu, 17 Jun 2010 11:22:08 +0200
parents af6143756a9e
children 9d4fd01443eb
line wrap: on
line diff
--- a/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua	Thu Jun 17 11:16:12 2010 +0200
+++ b/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua	Thu Jun 17 11:22:08 2010 +0200
@@ -39,7 +39,7 @@
 * Default templates for the html output.
 ]]--
 local html = {};
-local theme = "default";
+local theme = "prosody";
 
 local function checkDatastorePathExists(node, host, today, create)
 	create = create or false;