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.

4 lines
314 B

  1. <div align="left" style="width: <?= TABLES_WIDTH; ?>">
  2. <form action="admin_forums.php?mode=new&submode=cat" method="POST">
  3. <input type="text" name="cat_name" maxlength="25" value="<?= $skin['here_write_name_cat']; ?>">&nbsp;
  4. <input type="submit" class="fbutton" value="<?= $skin['new_cat_submit']; ?>">
  5. </form>