mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +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
|
@ -144,6 +144,8 @@ function profile_content(&$a, $update = 0) {
|
|||
'$return_path' => $a->cmd,
|
||||
'$visitor' => (($is_owner || $commvisitor) ? 'block' : 'none'),
|
||||
'$lockstate' => $lockstate,
|
||||
'$emailcc' => t('CC: email addresses'),
|
||||
'$emtitle' => t('Example: bob@example.com, mary@example.com'),
|
||||
'$bang' => '',
|
||||
'$acl' => (($is_owner) ? populate_acl($a->user, $celeb) : ''),
|
||||
'$profile_uid' => $a->profile['profile_uid'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue