aboutsummaryrefslogtreecommitdiffstats
path: root/view/wall_item.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-16 02:07:11 -0800
committerFriendika <info@friendika.com>2011-02-16 02:07:11 -0800
commit9f020573748af28cc09cbde18e96cfc68641ce7b (patch)
tree7f70d8374ca24ee81e192e6da5973ed3b9c0023b /view/wall_item.tpl
parentc5f5102396cee8ec691fd22d486070ec3d5f243d (diff)
downloadvolse-hubzilla-9f020573748af28cc09cbde18e96cfc68641ce7b.tar.gz
volse-hubzilla-9f020573748af28cc09cbde18e96cfc68641ce7b.tar.bz2
volse-hubzilla-9f020573748af28cc09cbde18e96cfc68641ce7b.zip
provide permalink for posts, include permalinks in feeds and imported from feeds
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r--view/wall_item.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl
index 67fce4152..b9f27ed4a 100644
--- a/view/wall_item.tpl
+++ b/view/wall_item.tpl
@@ -16,6 +16,7 @@
<div class="wall-item-title" id="wall-item-title-$id">$title</div>
<div class="wall-item-body" id="wall-item-body-$id" >$body</div>
</div>
+ $plink
$drop
</div>
<div class="wall-item-wrapper-end"></div>