X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Fde%2Fhtconfig.tpl;h=c535cefa68c5ac27d4172b1de158def3d5a3208b;hb=cafd4003522a472d2709569ea5eb5f80b817af23;hp=c7c19bf69e1c69c94869d52da85fc2aad67a12f4;hpb=abf976bb36503268d810b7733407caaf3351dca2;p=friendica.git diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl old mode 100644 new mode 100755 index c7c19bf69e..c535cefa68 --- a/view/de/htconfig.tpl +++ b/view/de/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,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'; +