aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero/wall_item.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/duepuntozero/wall_item.tpl')
-rw-r--r--view/theme/duepuntozero/wall_item.tpl8
1 files changed, 6 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl
index 5c467a119..a4508b067 100644
--- a/view/theme/duepuntozero/wall_item.tpl
+++ b/view/theme/duepuntozero/wall_item.tpl
@@ -32,9 +32,13 @@
</div>
<div class="wall-item-tools" id="wall-item-tools-$id">
$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
- $star
+ {{ if $star }}
+ <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a>
+ {{ endif }}
$drop
</div>
</div>