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.
 
 
 
 
 
 

5 lines
314 B

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