diff options
author | Friendika <info@friendika.com> | 2011-03-16 21:49:28 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-16 21:49:28 -0700 |
commit | 9d9176f87e6db2f34c85ee098cede766d0744e9b (patch) | |
tree | 3b11ca61cec484a2f9df76a5283e473f6763b4fb /mod/display.php | |
parent | 334353e502db5abd7ee248d183a915ff7468de3a (diff) | |
download | volse-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.php | 2 |
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'); |