aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/wallwall_item.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/dispy/wallwall_item.tpl')
-rw-r--r--view/theme/dispy/wallwall_item.tpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl
index 4fe677ab4..add2cd5a0 100644
--- a/view/theme/dispy/wallwall_item.tpl
+++ b/view/theme/dispy/wallwall_item.tpl
@@ -24,8 +24,13 @@
</div>
<div class="wall-item-lock-wrapper">$lock</div>
<div class="wall-item-tools" id="wall-item-tools-$id">
+ {{ if $star }}
+ <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a>
+ {{ endif }}
$vote
- $plink
+ {{ if $plink }}
+ <div class="wall-item-links-wrapper"><a href="$plink.href" title="$plink.title" target="external-link" class="icon remote-link"></a></div>
+ {{ endif }}
$edpost
$drop
</div>