From 948644bd46036202a098416eee546aab5d0bf978 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 Jan 2013 13:38:07 -0800 Subject: minor notification tweaks --- include/notify.php | 2 +- view/tpl/nav.tpl | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/notify.php b/include/notify.php index 9517e06dc..3bc29619d 100644 --- a/include/notify.php +++ b/include/notify.php @@ -28,7 +28,7 @@ function format_notification($item) { // convert this logic into a json array just like the system notifications return array( - 'notify_link' => z_root() . '/notify/view_item/' . $item['id'], + 'notify_link' => z_root() . '/display/' . $item['llink'], 'name' => $item['author']['xchan_name'], 'url' => $item['author']['xchan_url'], 'photo' => $item['author']['xchan_photo_s'], diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index ed395175a..75865181d 100644 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -14,7 +14,7 @@ {{ if $nav.network }}