diff options
author | friendica <info@friendica.com> | 2012-02-23 20:29:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-23 20:29:09 -0800 |
commit | 44c23cda8edcde0ad6f904b8333f563b6d5ebc39 (patch) | |
tree | 1c65d976ad15e925c3e2de3dc7e172f5ba42fc30 /htconfig.php | |
parent | 65ddefe9c5db4f5af9495377cd7e4463e8f68ef6 (diff) | |
download | volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.tar.gz volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.tar.bz2 volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.zip |
theme shakeup commences - themes are now administered in admin panel.
Diffstat (limited to 'htconfig.php')
-rwxr-xr-x | htconfig.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php index cb6e7b784..01f56f2c4 100755 --- a/htconfig.php +++ b/htconfig.php @@ -32,6 +32,9 @@ $a->config['sitename'] = "Friendica Social Network"; // to the email address of an already registered person who can authorise // and/or approve/deny the request. +// In order to perform system administration via the admin panel, admin_email +// must precisely match the email address of the person logged in. + $a->config['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; $a->config['admin_email'] = ''; @@ -64,6 +67,10 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com'; $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'; + // default system theme $a->config['system']['theme'] = 'duepuntozero'; |