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.

8 lines
298 B

  1. <table class="maintable" width="<?= TABLES_WIDTH; ?>">
  2. <tr>
  3. <td class="fitem">
  4. <a href="groups.php?mode=view&amp;id=<?= $skin['g_id']; ?>"><span class="fstandard"><b><?= $skin['name']; ?></b></span></a><br>
  5. <span class="fsmall"><?= $skin['desc']; ?></span>
  6. </td>
  7. </tr>
  8. </table>