aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-16 21:49:28 -0700
committerFriendika <info@friendika.com>2011-03-16 21:49:28 -0700
commit9d9176f87e6db2f34c85ee098cede766d0744e9b (patch)
tree3b11ca61cec484a2f9df76a5283e473f6763b4fb /mod/display.php
parent334353e502db5abd7ee248d183a915ff7468de3a (diff)
downloadvolse-hubzilla-9d9176f87e6db2f34c85ee098cede766d0744e9b.tar.gz
volse-hubzilla-9d9176f87e6db2f34c85ee098cede766d0744e9b.tar.bz2
volse-hubzilla-9d9176f87e6db2f34c85ee098cede766d0744e9b.zip
no sharing from thread display page
Diffstat (limited to 'mod/display.php')
-rw-r--r--mod/display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/display.php b/mod/display.php
index f919cba64..059952adc 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -104,7 +104,7 @@ function display_content(&$a) {
$cmnt_tpl = load_view_file('view/comment_item.tpl');
- $like_tpl = load_view_file('view/like.tpl');
+ $like_tpl = load_view_file('view/like_noshare.tpl');
$tpl = load_view_file('view/wall_item.tpl');
$wallwall = load_view_file('view/wallwall_item.tpl');