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