Moved several settings from .htconfig.php to the admin settings page.

This commit is contained in:
Michael Vogel
2015-02-08 20:35:40 +01:00
parent 10c7ab76a2
commit 7e9ae24511
8 changed files with 52 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ function community_content(&$a, $update = 0) {
return;
}
if(get_config('system','no_community_page')) {
if(get_config('system','community_page_style') == CP_NO_COMMUNITY_PAGE) {
notice( t('Not available.') . EOL);
return;
}