]> git.mxchange.org Git - friendica.git/blobdiff - view/en/htconfig.tpl
quattro: added delete buttons to groups and contacts
[friendica.git] / view / en / htconfig.tpl
old mode 100644 (file)
new mode 100755 (executable)
index 0182dbe..3eb2da0
@@ -33,11 +33,11 @@ $a->config['sitename'] = "My Friend Network";
 
 $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,9 +62,10 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
 
 $a->config['system']['rino_encrypt'] = true;
 
-// 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';
+// default system theme
 
-$a->config['system']['addon'] = 'js_upload';
+$a->config['system']['theme'] = 'duepuntozero';
 
+// By default allow pseudonyms
+
+$a->config['system']['no_regfullname'] = true;