Bootstrap update & beginning of the develop branch partial merge.

This commit is contained in:
Yuriy Pikhtarev 2017-06-11 16:09:27 +03:00
commit 61b7ab3502
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
88 changed files with 4526 additions and 1465 deletions

View file

@ -85,7 +85,7 @@ if ($is_moderator) {
'GROUP_DESCRIPTION' => htmlCHR($group_info['group_description']),
'GROUP_SIGNATURE' => htmlCHR($group_info['group_signature']),
'U_GROUP_URL' => GROUP_URL . $group_id,
'RELEASE_GROUP' => ($group_info['release_group']) ? true : false,
'RELEASE_GROUP' => $group_info['release_group'] ? true : false,
'GROUP_TYPE' => $group_type,
'S_GROUP_OPEN_TYPE' => GROUP_OPEN,
'S_GROUP_CLOSED_TYPE' => GROUP_CLOSED,