mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Bootstrap update & beginning of the develop branch partial merge.
This commit is contained in:
parent
4d1f5cecbd
commit
61b7ab3502
88 changed files with 4526 additions and 1465 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue