]> git.mxchange.org Git - friendica.git/blobdiff - view/en/htconfig.tpl
Update to the German language files
[friendica.git] / view / en / htconfig.tpl
index 0182dbe5c034e6fee9176285ef988bba833791f9..0ce28b4a06693d19795e3a29f8c4c8b59f157722 100644 (file)
@@ -37,7 +37,7 @@ $a->config['admin_email'] = '';
 
 // Maximum size of an imported message, 0 is unlimited
 
-$a->config['max_import_size'] = 10000;
+$a->config['max_import_size'] = 200000;
 
 // maximum size of uploaded photos
 
@@ -62,6 +62,10 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
 
 $a->config['system']['rino_encrypt'] = true;
 
+// default system theme
+
+$a->config['system']['theme'] = 'duepuntozero';
+
 // Addons or plugins are configured here.
 // This is a comma seperated list of addons to enable. Example:
 // $a->config['system']['addon'] = 'js_upload,randplace,oembed';