generalise the site icon
This commit is contained in:
parent
10ed334e8c
commit
be83855acf
15
boot.php
15
boot.php
@ -2361,3 +2361,18 @@ function get_update_version() {
|
|||||||
return DB_UPDATE_VERSION;
|
return DB_UPDATE_VERSION;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function get_notify_icon() {
|
||||||
|
$a = get_app();
|
||||||
|
if(is_array($a->config) && is_array($a->config['system']) && $a->config['system']['email_notify_icon_url'])
|
||||||
|
return $a->config['system']['email_notify_icon_url'];
|
||||||
|
return z_root() . '/images/hz-white-32.png';
|
||||||
|
}
|
||||||
|
|
||||||
|
function get_site_icon() {
|
||||||
|
$a = get_app();
|
||||||
|
if(is_array($a->config) && is_array($a->config['system']) && $a->config['system']['site_icon_url'])
|
||||||
|
return $a->config['system']['site_icon_url'];
|
||||||
|
return z_root() . '/images/hz-32.png';
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -529,6 +529,7 @@ function notification($params) {
|
|||||||
$tpl = get_markup_template('email_notify_html.tpl');
|
$tpl = get_markup_template('email_notify_html.tpl');
|
||||||
$email_html_body = replace_macros($tpl,array(
|
$email_html_body = replace_macros($tpl,array(
|
||||||
'$banner' => $datarray['banner'],
|
'$banner' => $datarray['banner'],
|
||||||
|
'$notify_icon' => get_notify_icon(),
|
||||||
'$product' => $datarray['product'],
|
'$product' => $datarray['product'],
|
||||||
'$preamble' => $datarray['preamble'],
|
'$preamble' => $datarray['preamble'],
|
||||||
'$sitename' => $datarray['sitename'],
|
'$sitename' => $datarray['sitename'],
|
||||||
|
@ -1620,6 +1620,7 @@ function format_and_send_email($sender,$xchan,$item) {
|
|||||||
$tpl = get_markup_template('email_notify_html.tpl');
|
$tpl = get_markup_template('email_notify_html.tpl');
|
||||||
$email_html_body = replace_macros($tpl,array(
|
$email_html_body = replace_macros($tpl,array(
|
||||||
'$banner' => $banner,
|
'$banner' => $banner,
|
||||||
|
'$notify_icon' => get_notify_icon(),
|
||||||
'$product' => $product,
|
'$product' => $product,
|
||||||
'$preamble' => '',
|
'$preamble' => '',
|
||||||
'$sitename' => $sitename,
|
'$sitename' => $sitename,
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<table style="border:1px solid #ccc; background-color: #FFFFFF; color: #000000;">
|
<table style="border:1px solid #ccc; background-color: #FFFFFF; color: #000000;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td colspan="2" style="background:#43488A; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/hz-white-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">{{$product}}</div><div style="clear: both;"></div></td></tr>
|
<tr><td colspan="2" style="background:#43488A; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src="{{$notify_icon}}"><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">{{$product}}</div><div style="clear: both;"></div></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<tr><td style="padding-top:22px;" colspan="2">{{$preamble}}</td></tr>
|
<tr><td style="padding-top:22px;" colspan="2">{{$preamble}}</td></tr>
|
||||||
|
@ -4,23 +4,23 @@
|
|||||||
<Subject>{{$base}}</Subject>
|
<Subject>{{$base}}</Subject>
|
||||||
|
|
||||||
<Property
|
<Property
|
||||||
type="http://www.oexchange.org/spec/0.8/prop/vendor">Friendika</Property>
|
type="http://www.oexchange.org/spec/0.8/prop/vendor">Zotlabs</Property>
|
||||||
<Property
|
<Property
|
||||||
type="http://www.oexchange.org/spec/0.8/prop/title">Friendika Social Network</Property>
|
type="http://www.oexchange.org/spec/0.8/prop/title">Hubzilla</Property>
|
||||||
<Property
|
<Property
|
||||||
type="http://www.oexchange.org/spec/0.8/prop/name">Friendika</Property>
|
type="http://www.oexchange.org/spec/0.8/prop/name">Hubzilla</Property>
|
||||||
<Property
|
<Property
|
||||||
type="http://www.oexchange.org/spec/0.8/prop/prompt">Send to Friendika</Property>
|
type="http://www.oexchange.org/spec/0.8/prop/prompt">Send to Hubzilla</Property>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
href="{{$base}}/images/friendika-16.png"
|
href="{{$base}}/images/hz-16.png"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
rel="icon32"
|
rel="icon32"
|
||||||
href="{{$base}}/images/friendika-32.png"
|
href="{{$base}}/images/hz-32.png"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user