aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2016-01-21 09:51:32 +0100
committermrjive <mrjive@mrjive.it>2016-01-21 09:51:32 +0100
commitc49e4f52ae83441c4a1dcf52e433dded8d767679 (patch)
tree0a558e33ed4b77a56186721cf13844ba7b28af24 /include/enotify.php
parent763c700372ee91f3f840c6fba915cb4d941c34a0 (diff)
parent1d891984441fa2f4aa8e311191da23e9ddd6e928 (diff)
downloadvolse-hubzilla-c49e4f52ae83441c4a1dcf52e433dded8d767679.tar.gz
volse-hubzilla-c49e4f52ae83441c4a1dcf52e433dded8d767679.tar.bz2
volse-hubzilla-c49e4f52ae83441c4a1dcf52e433dded8d767679.zip
Merge pull request #18 from redmatrix/master
updating from original codebase
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'],