this will require more fixing in include/enotify
This commit is contained in:
parent
87dcc4c145
commit
e874376268
@ -229,7 +229,7 @@ function ping_init(&$a) {
|
|||||||
foreach($z as $zz) {
|
foreach($z as $zz) {
|
||||||
$notifs[] = array(
|
$notifs[] = array(
|
||||||
'notify_link' => $a->get_baseurl() . '/notify/view/' . $zz['id'],
|
'notify_link' => $a->get_baseurl() . '/notify/view/' . $zz['id'],
|
||||||
'name' => '', // not required here because the name is in the message
|
'name' => $zz['name'],
|
||||||
'url' => $zz['url'],
|
'url' => $zz['url'],
|
||||||
'photo' => $zz['photo'],
|
'photo' => $zz['photo'],
|
||||||
'when' => relative_date($zz['date']),
|
'when' => relative_date($zz['date']),
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div id="banner" class="hidden-sm hidden-xs">{{$banner}}</div>
|
<div id="banner" class="hidden-sm hidden-xs">{{$banner}}</div>
|
||||||
|
|
||||||
<ul id="nav-notifications-template" style="display:none;" rel="template">
|
<ul id="nav-notifications-template" style="display:none;" rel="template">
|
||||||
<li class="{5}"><a href="{0}" title="{2} {3}"><img data-src="{1}"><span class='contactname'>{2}</span><span class="dropdown-sub-text">{3}<br>{4}</span></a></li>
|
<li class="{5}"><a href="{0}" title="{2} {3}"><img data-src="{1}"><span class="contactname">{2}</span><span class="dropdown-sub-text">{3}<br>{4}</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Reference in New Issue
Block a user