Added post tools loop for plugins.

main
dwn 10 years ago
parent 3e7ad5605d
commit 3ce87ab7d1

@ -24,6 +24,15 @@
<span class="menu-icon"><i class="fa fa-eraser"></i></span> [[topic:purge]]
</a>
</li>
<!-- BEGIN posts.tools -->
<li role="presentation">
<a component="{posts.tools.action}" role="menuitem" tabindex="-1" href="#">
<span class="menu-icon"><i class="fa {posts.tools.icon}"></i></span> {{posts.tools.html}}
</a>
</li>
<!-- END posts.tools -->
<!-- IF posts.display_move_tools -->
<li role="presentation">
<a component="post/move" role="menuitem" tabindex="-1" href="#">
@ -69,4 +78,4 @@
</li>
<!-- ENDIF !posts.selfPost -->
</ul>
</div>
</div>

Loading…
Cancel
Save