Make default theme actually work. #557313
[squirrelmail.git] / config / conf.pl
index 272d64e85049de71be86b21613a837fd57b29573..a25019b2a0ed9b819deced86bf60480a316ae7da 100755 (executable)
@@ -2417,6 +2417,8 @@ sub save_data {
 
        # strings
         print CF "\$theme_css = '$theme_css';\n";
+        print CF "\$theme_default = $theme_default;\n";
+
         for ( $count = 0 ; $count <= $#theme_name ; $count++ ) {
             print CF "\$theme[$count]['PATH'] = '$theme_path[$count]';\n";
             print CF "\$theme[$count]['NAME'] = '$theme_name[$count]';\n";