X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ffr%2Fhtconfig.tpl;h=c65114a68a413d6bfe6538139a04664912632044;hb=2a679b1164207ee983a26cb6d06fef10d4b81bb0;hp=c7c19bf69e1c69c94869d52da85fc2aad67a12f4;hpb=80a7e68528e7a4d95c168889f1a2fb9eccf6e3b9;p=friendica.git diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index c7c19bf69e..c65114a68a 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/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';