]> git.mxchange.org Git - friendica.git/blobdiff - view/it/htconfig.tpl
translated some more strings to German
[friendica.git] / view / it / htconfig.tpl
index 78e014cc172007461bffd32a28b82e9649cd5a9a..180f7885ccaeb572bd29bbfdedabe6c2870a4ae6 100644 (file)
@@ -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';