X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fen%2Fhtconfig.tpl;h=c535cefa68c5ac27d4172b1de158def3d5a3208b;hb=8e6c02cda383b7655ef7c045a1c9cb2c63541b60;hp=0182dbe5c034e6fee9176285ef988bba833791f9;hpb=8257b1b684d2c6087a93ae690aa27c907e578aa3;p=friendica.git diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 0182dbe5c0..c535cefa68 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -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,7 @@ $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';