A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
521 B

  1. <td width="100" height="3" class="beam"><?= $skin['lmod']; ?></td>
  2. </tr>
  3. <tr>
  4. <td width="100" height="29" class="moderate">
  5. <?= $skin['stick']; ?>
  6. <a href="javascript:confirm_action('<?= $skin['c_delete_topic']; ?>','moderate.php?action=delete&amp;id=<?= $tid; ?>')"><img border="0" src="skins/subPurple/images/delete.gif" alt="delete"></a>
  7. <?= $skin['lock']; ?>
  8. <a href="moderate.php?action=move&amp;id=<?= $tid; ?>">
  9. <img border="0" src="skins/subPurple/images/move.gif" alt="move">
  10. </a>
  11. </td>