X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fit%2Fhtconfig.tpl;h=180f7885ccaeb572bd29bbfdedabe6c2870a4ae6;hb=9d9efb2bee623bc726943b75e9ddd58e520fce7e;hp=78e014cc172007461bffd32a28b82e9649cd5a9a;hpb=e47a816a8fd50f5fcec51652ada223773ddad11f;p=friendica.git diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index 78e014cc17..180f7885cc 100644 --- a/view/it/htconfig.tpl +++ b/view/it/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';