aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-25 16:20:53 -0800
committerfriendica <info@friendica.com>2011-12-25 16:20:53 -0800
commit170b8418342fc8bd614478dd673691384e411da2 (patch)
treeff014121a1176ab3841066d1543e19d9da63e624 /include/enotify.php
parentbef8f95ef3e638cb843810ed68cd9617e6e2cc48 (diff)
downloadvolse-hubzilla-170b8418342fc8bd614478dd673691384e411da2.tar.gz
volse-hubzilla-170b8418342fc8bd614478dd673691384e411da2.tar.bz2
volse-hubzilla-170b8418342fc8bd614478dd673691384e411da2.zip
more enotify
Diffstat (limited to 'include/enotify.php')
-rw-r--r--include/enotify.php22
1 files changed, 12 insertions, 10 deletions
diff --git a/include/enotify.php b/include/enotify.php
index cf0788e6a..11a5d70dd 100644
--- a/include/enotify.php
+++ b/include/enotify.php
@@ -63,19 +63,21 @@ function notification($params) {
"<br />\n",$body))));
// load the template for private message notifications
- $tpl = get_intltext_template('mail_received_html_body_eml.tpl');
+ $tpl = get_view_template('email_notify_html.tpl');
$email_html_body_tpl = replace_macros($tpl,array(
- '$username' => $importer['username'],
- '$siteName' => $a->config['sitename'], // name of this site
- '$siteurl' => $a->get_baseurl(), // descriptive url of this site
- '$thumb' => $importer['thumb'], // thumbnail url for sender icon
- '$email' => $importer['email'], // email address to send to
- '$url' => $importer['url'], // full url for the site
- '$from' => $msg['from-name'], // name of the person sending the message
+ '$banner' => $banner,
+ '$product' => $product,
+ '$preamble' => $preamble,
+ '$source_name' => $parama['source_name'],
+ '$source_link' => $params['source_link'],
+ '$source_photo' => $params['source_photo'],
+ '$username' => $params['to_name'],
+ '$hsitelink' => $hsitelink,
+ '$thanks' => $thanks,
+ '$site_admin' => $site_admin,
'$title' => stripslashes($msg['title']), // subject of the message
'$htmlversion' => $msg['htmlversion'], // html version of the message
- '$mimeboundary' => $msg['mimeboundary'], // mime message divider
- '$hostname' => $a->get_hostname() // name of this host
+
));
// load the template for private message notifications