added feature: stick/unstick topic

This commit is contained in:
2015-02-15 17:27:06 +01:00
parent bf23339cfe
commit 9bae4628a0
9 changed files with 40 additions and 4 deletions
+3
View File
@@ -108,6 +108,9 @@
</div>
<div class="row">
<div class="tc1 tc4">
<a href="index.php?mode=moderate&amp;submode=sticktopic&amp;id=<?= $_GET['id']; ?>">
<img src="templates/images/<? if ($this->TPL['topic_info']['topic_sticky']) echo 'un'; ?>stick.gif" alt="stick">
</a>
<a href="index.php?mode=moderate&amp;submode=deletetopic&amp;id=<?= $_GET['id']; ?>">
<img src="templates/images/delete.gif" alt="delete">
</a>