aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-31 19:07:13 -0800
committerFriendika <info@friendika.com>2011-01-31 19:07:13 -0800
commit837cce8a75e884f76a67aef5ee47a9363b96fbcc (patch)
treeb43a397e27d909b8d4a8eaf08f2a4dbe3ad331a6 /mod
parent8965db24ccb0793daebd37adc25e769e52492565 (diff)
downloadvolse-hubzilla-837cce8a75e884f76a67aef5ee47a9363b96fbcc.tar.gz
volse-hubzilla-837cce8a75e884f76a67aef5ee47a9363b96fbcc.tar.bz2
volse-hubzilla-837cce8a75e884f76a67aef5ee47a9363b96fbcc.zip
email cc recipients (front end)
Diffstat (limited to 'mod')
-rw-r--r--mod/network.php2
-rw-r--r--mod/profile.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php
index 50d7134c1..80edca1d0 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -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) ? '!' : ''),
diff --git a/mod/profile.php b/mod/profile.php
index c84b493c5..91c1ba6d8 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -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'],