]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/wall_item.tpl
port old themes
[friendica.git] / view / theme / duepuntozero / wall_item.tpl
index 5c467a1193db28ac0b1e51410fadb3bf54983d18..a4508b067cdf33e9136ff3edb1c1ad06ae8d009a 100644 (file)
                </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>