added feature: stick/unstick topic
This commit is contained in:
@@ -108,6 +108,9 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="tc1 tc4">
|
||||
<a href="index.php?mode=moderate&submode=sticktopic&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&submode=deletetopic&id=<?= $_GET['id']; ?>">
|
||||
<img src="templates/images/delete.gif" alt="delete">
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user