aboutsummaryrefslogtreecommitdiffstats
path: root/view/search_item.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-09 16:22:32 -0700
committerFriendika <info@friendika.com>2011-09-09 16:22:32 -0700
commitd7a2ab9c1f34b8a20d63b275d308601b7309d9b8 (patch)
treeeee1e9846bac7cd8c897cdd2500ed2fba872d634 /view/search_item.tpl
parentf5c9de19d506ebadf09059f1c72d190ff98a9cdf (diff)
downloadvolse-hubzilla-d7a2ab9c1f34b8a20d63b275d308601b7309d9b8.tar.gz
volse-hubzilla-d7a2ab9c1f34b8a20d63b275d308601b7309d9b8.tar.bz2
volse-hubzilla-d7a2ab9c1f34b8a20d63b275d308601b7309d9b8.zip
send profile visits to 'redir' window
Diffstat (limited to 'view/search_item.tpl')
-rw-r--r--view/search_item.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/search_item.tpl b/view/search_item.tpl
index 72246e68c..e045fc328 100644
--- a/view/search_item.tpl
+++ b/view/search_item.tpl
@@ -4,7 +4,7 @@
<div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id"
onmouseover="if (typeof t$id != 'undefined') clearTimeout(t$id); openMenu('wall-item-photo-menu-button-$id')"
onmouseout="t$id=setTimeout('closeMenu(\'wall-item-photo-menu-button-$id\'); closeMenu(\'wall-item-photo-menu-$id\');',200)">
- <a href="$profile_url" title="$linktitle" class="wall-item-photo-link" id="wall-item-photo-link-$id">
+ <a href="$profile_url" target="redir" title="$linktitle" class="wall-item-photo-link" id="wall-item-photo-link-$id">
<img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" style="height: 80px; width: 80px;" alt="$name" /></a>
<span onclick="openClose('wall-item-photo-menu-$id');" class="fakelink wall-item-photo-menu-button" id="wall-item-photo-menu-button-$id">menu</span>
<div class="wall-item-photo-menu" id="wall-item-photo-menu-$id">
@@ -20,7 +20,7 @@
</div>
</div>
<div class="wall-item-author">
- <a href="$profile_url" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
+ <a href="$profile_url" target="redir" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
<div class="wall-item-ago" id="wall-item-ago-$id">$ago</div>
</div>