diff options
author | friendica <info@friendica.com> | 2011-11-30 22:26:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-30 22:26:02 -0800 |
commit | f1af2c224f4f090c670c1e71ce89d651ff1441c7 (patch) | |
tree | ee6fbe9739b79c779505b03305a7e0c8729e9f70 /view/notifications_network_item.tpl | |
parent | 37730ecc2aa9a55faa232658fc348da241416700 (diff) | |
download | volse-hubzilla-f1af2c224f4f090c670c1e71ce89d651ff1441c7.tar.gz volse-hubzilla-f1af2c224f4f090c670c1e71ce89d651ff1441c7.tar.bz2 volse-hubzilla-f1af2c224f4f090c670c1e71ce89d651ff1441c7.zip |
personal notifications
Diffstat (limited to 'view/notifications_network_item.tpl')
-rw-r--r-- | view/notifications_network_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/notifications_network_item.tpl b/view/notifications_network_item.tpl index f398f1210..bd86548fc 100644 --- a/view/notifications_network_item.tpl +++ b/view/notifications_network_item.tpl @@ -1,3 +1,3 @@ <div class="notif-item"> - <a href="{$item_link}"><img src="{$item_image}" class="notif-image">{$item_text} <span class="notif-when">{$item_when}</span></a> + <a href="{$item_link}" target="friendica-notifications"><img src="{$item_image}" class="notif-image">{$item_text} <span class="notif-when">{$item_when}</span></a> </div>
\ No newline at end of file |