frio: add profile link to the notifications url

This commit is contained in:
rabuzarus 2016-12-21 23:17:55 +01:00
parent 51c9a66fc3
commit 125d2f24dd
4 changed files with 20 additions and 9 deletions

View file

@ -285,6 +285,7 @@ function notifications_content(&$a) {
'$item_label' => $it['label'],
'$item_link' => $it['link'],
'$item_image' => $it['image'],
'$item_url' => $it['url'],
'$item_text' => htmlentities($it['text']),
'$item_when' => $it['when'],
'$item_seen' => $it['seen'],