]> git.mxchange.org Git - friendica.git/commitdiff
make vier also the default from the emergency htconfig file
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 10 Dec 2016 06:04:39 +0000 (07:04 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 10 Dec 2016 06:04:39 +0000 (07:04 +0100)
htconfig.php

index ce418fa750a75ef49b521c397bd515229382cdbe..f98e9efc067a058f9bd149d6523584c415c6bea4 100644 (file)
@@ -66,7 +66,7 @@ $a->config['system']['allowed_themes'] = 'quattro,vier,duepuntozero';
 
 // default system theme
 
-$a->config['system']['theme'] = 'duepuntozero';
+$a->config['system']['theme'] = 'vier';
 
 
 // By default allow pseudonyms
@@ -80,4 +80,4 @@ $a->config['system']['no_regfullname'] = true;
 $a->config['system']['directory'] = 'http://dir.friendi.ca';
 
 // Allowed protocols in link URLs; HTTP protocols always are accepted
-$a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher');
\ No newline at end of file
+$a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher');