X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ffr%2Fhtconfig.tpl;h=76709ea752df7e37f175a1b6db468db5ee642f44;hb=355c42cb309eb1313097411067ca999b699aa620;hp=c7c19bf69e1c69c94869d52da85fc2aad67a12f4;hpb=80a7e68528e7a4d95c168889f1a2fb9eccf6e3b9;p=friendica.git diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index c7c19bf69e..76709ea752 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/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 @@ -49,8 +49,8 @@ $a->config['php_path'] = '$phpath'; // Location of global directory submission page. -$a->config['system']['directory_submit_url'] = 'http://dir.friendika.com/submit'; -$a->config['system']['directory_search_url'] = 'http://dir.friendika.com/directory?search='; +$a->config['system']['directory_submit_url'] = 'http://dir.friendica.com/submit'; +$a->config['system']['directory_search_url'] = 'http://dir.friendica.com/directory?search='; // PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts @@ -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'; +