email cc recipients (front end)

This commit is contained in:
Friendika 2011-01-31 19:07:13 -08:00
parent 8965db24cc
commit 837cce8a75
6 changed files with 26 additions and 4 deletions

View file

@ -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) ? '!' : ''),