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.

9 lines
367 B

  1. <tr>
  2. <td width="708" height="7" class="fitem" align="center">
  3. <span class="fstandard"><?= $skin['skin_name']; ?></span>
  4. </td>
  5. <td width="40" height="7" class="fitem" align="center">
  6. <a href="styles.php?mode=delete&id=<?= $skin['s_id']; ?>" class="fstandard">
  7. <font color="brown"><b><?= $skin['L.delete'];?></b></font>
  8. </a>
  9. </td>
  10. </tr>