aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-17 16:50:37 -0800
committerredmatrix <git@macgirvin.com>2016-01-17 16:50:37 -0800
commitbe83855acf2db7f4f55d4cb30878c67d53ca69b6 (patch)
tree6e57fb86b069e960a28e4fb34ad23da27173de6a /include/enotify.php
parent10ed334e8c81d1db4a506716b78ece13dc69266c (diff)
downloadvolse-hubzilla-be83855acf2db7f4f55d4cb30878c67d53ca69b6.tar.gz
volse-hubzilla-be83855acf2db7f4f55d4cb30878c67d53ca69b6.tar.bz2
volse-hubzilla-be83855acf2db7f4f55d4cb30878c67d53ca69b6.zip
generalise the site icon
Diffstat (limited to 'include/enotify.php')
-rw-r--r--include/enotify.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/enotify.php b/include/enotify.php
index c9b6e0463..5bb53aa0e 100644
--- a/include/enotify.php
+++ b/include/enotify.php
@@ -529,6 +529,7 @@ function notification($params) {
$tpl = get_markup_template('email_notify_html.tpl');
$email_html_body = replace_macros($tpl,array(
'$banner' => $datarray['banner'],
+ '$notify_icon' => get_notify_icon(),
'$product' => $datarray['product'],
'$preamble' => $datarray['preamble'],
'$sitename' => $datarray['sitename'],