]> git.mxchange.org Git - friendica.git/blobdiff - view/en/htconfig.tpl
Merge remote-tracking branch 'friendika-master/master'
[friendica.git] / view / en / htconfig.tpl
index 0182dbe5c034e6fee9176285ef988bba833791f9..d3bb6b411e3b047a79a86b791c5caeab66bdf400 100644 (file)
@@ -62,6 +62,10 @@ $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';