]> git.mxchange.org Git - friendica.git/blobdiff - view/it/htconfig.tpl
extending notifications to other types
[friendica.git] / view / it / htconfig.tpl
index 78e014cc172007461bffd32a28b82e9649cd5a9a..9f6e282aba239b090a78ed38e2123a2b26054db9 100644 (file)
@@ -33,11 +33,11 @@ $a->config['sitename'] = "La Mia Rete di Amici";
 
 $a->config['register_policy'] = REGISTER_OPEN;
 $a->config['register_text'] = '';
-$a->config['admin_email'] = '';
+$a->config['admin_email'] = '$adminmail';
 
 // 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,3 +62,7 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
 
 $a->config['system']['rino_encrypt'] = true;
 
+// default system theme
+
+$a->config['system']['theme'] = 'duepuntozero';
+