mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
email cc recipients (front end)
This commit is contained in:
parent
8965db24cc
commit
837cce8a75
6 changed files with 26 additions and 4 deletions
|
@ -87,6 +87,8 @@ function network_content(&$a, $update = 0) {
|
|||
'$baseurl' => $a->get_baseurl(),
|
||||
'$defloc' => $a->user['default-location'],
|
||||
'$visitor' => 'block',
|
||||
'$emailcc' => t('CC: email addresses'),
|
||||
'$emtitle' => t('Example: bob@example.com, mary@example.com'),
|
||||
'$lockstate' => $lockstate,
|
||||
'$acl' => populate_acl((($group) ? $group_acl : $a->user), $celeb),
|
||||
'$bang' => (($group) ? '!' : ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue