]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/wallwall_item.tpl
port old themes
[friendica.git] / view / theme / dispy / wallwall_item.tpl
index 4fe677ab4d3678c7554083c3f351381712f0c9b7..add2cd5a0937af7690357da119838dbecba9070f 100644 (file)
                </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>