diff options
author | friendica <info@friendica.com> | 2012-03-08 21:14:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-08 21:14:41 -0800 |
commit | 2050f886cc020c50684df14830bc98e40200309c (patch) | |
tree | 90ff6ad44d688e19fb29826e0aae34e0cdab0cdb /htconfig.php | |
parent | 0188e2b3eed48470685403a7261df25b2438b08f (diff) | |
download | volse-hubzilla-2050f886cc020c50684df14830bc98e40200309c.tar.gz volse-hubzilla-2050f886cc020c50684df14830bc98e40200309c.tar.bz2 volse-hubzilla-2050f886cc020c50684df14830bc98e40200309c.zip |
keep tony from talking to himself
Diffstat (limited to 'htconfig.php')
-rwxr-xr-x | htconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php index 423d5d369..f52aed2b1 100755 --- a/htconfig.php +++ b/htconfig.php @@ -69,7 +69,7 @@ $a->config['system']['rino_encrypt'] = true; // allowed themes (change this from admin panel after installation) -$a->config['system']['allowed_themes'] = 'dispy,quattro,testbubble,vier,darkbubble,darkzero,duepuntozero,greenzero,purplezero,quattro-green,slackr,diabook'; +$a->config['system']['allowed_themes'] = 'dispy,quattro,testbubble,vier,darkbubble,darkzero,duepuntozero,greenzero,purplezero,quattro-green,slackr,diabook,diabook-blue'; // default system theme |