diff options
author | friendica <info@friendica.com> | 2012-04-26 19:55:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-26 19:55:20 -0700 |
commit | 3c6cf1f19ce783fe1b3b735cc405bf052d25aad7 (patch) | |
tree | 7aeb9b95a2c8c11707f3fab08165459d04e1e75b /htconfig.php | |
parent | 2d94d216a3869827f890cbc2ca71f8b3d8ad935f (diff) | |
download | volse-hubzilla-3c6cf1f19ce783fe1b3b735cc405bf052d25aad7.tar.gz volse-hubzilla-3c6cf1f19ce783fe1b3b735cc405bf052d25aad7.tar.bz2 volse-hubzilla-3c6cf1f19ce783fe1b3b735cc405bf052d25aad7.zip |
make comment edit icons look more like base theme
Diffstat (limited to 'htconfig.php')
-rw-r--r-- | htconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php index 63a40c809..872572654 100644 --- 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,diabook-blue'; +$a->config['system']['allowed_themes'] = 'dispy,quattro,vier,darkzero,duepuntozero,greenzero,purplezero,slackr,diabook'; // default system theme |