generalise the site icon

This commit is contained in:
redmatrix
2016-01-17 16:50:37 -08:00
parent 10ed334e8c
commit be83855acf
5 changed files with 48 additions and 31 deletions

View File

@@ -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'],