From ef29e0349143cdf967249216fe3342a63a1339ec Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 10 Dec 2016 07:04:39 +0100 Subject: [PATCH] make vier also the default from the emergency htconfig file --- htconfig.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htconfig.php b/htconfig.php index ce418fa750..f98e9efc06 100644 --- a/htconfig.php +++ b/htconfig.php @@ -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');