X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fit%2Fhtconfig.tpl;h=4de26611296604110b65e109dca88aa2c3e3db8a;hb=296f1b0123edd89b40b48362ffd19134499ef9f3;hp=78e014cc172007461bffd32a28b82e9649cd5a9a;hpb=2f532f579c8b3a7052f67c72af901bf2926a85bf;p=friendica.git diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index 78e014cc17..4de2661129 100644 --- a/view/it/htconfig.tpl +++ b/view/it/htconfig.tpl @@ -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,3 +62,12 @@ $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'; + +$a->config['system']['addon'] = 'js_upload';