aboutsummaryrefslogtreecommitdiffstats
path: root/view/search_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-13 14:17:20 -0800
committerfriendica <info@friendica.com>2012-02-13 14:17:20 -0800
commit23f5abfa1fb40e5037fc4c6e2147bcc1ba2fa1d8 (patch)
tree07963e36346612e0c0e1fe22d0c9608043f40f35 /view/search_item.tpl
parentdc4420c5ec085f43bdab35d4eb06f024a3472740 (diff)
parent22bb285c7f223c868318e601ec41e044dd90bac3 (diff)
downloadvolse-hubzilla-23f5abfa1fb40e5037fc4c6e2147bcc1ba2fa1d8.tar.gz
volse-hubzilla-23f5abfa1fb40e5037fc4c6e2147bcc1ba2fa1d8.tar.bz2
volse-hubzilla-23f5abfa1fb40e5037fc4c6e2147bcc1ba2fa1d8.zip
Merge branch 'pull'
Diffstat (limited to 'view/search_item.tpl')
-rwxr-xr-xview/search_item.tpl10
1 files changed, 9 insertions, 1 deletions
diff --git a/view/search_item.tpl b/view/search_item.tpl
index c4f3ccac7..de8bd2396 100755
--- a/view/search_item.tpl
+++ b/view/search_item.tpl
@@ -78,6 +78,14 @@
<div class="wall-item-bottom">
<div class="wall-item-links"></div>
<div class="wall-item-like" id="wall-item-like-$id">$like</div>
- <div class="wall-item-dislike" id="wall-item-dislike-$id">$dislike</div>
+ <div class="wall-item-dislike" id="wall-item-dislike-$id">$dislike</div>
+ {{ if $conv }}
+ <div class="wall-item-conv" id="wall-item-conv-$id" >
+ <a href='$conv.href' id='context-$id' title='$conv.title'>$conv.title</a>
+ {{ endif }}
+ </div>
</div>
+
+
</div>
+