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.
 
 
 
 
 
 

24 lines
1.5 KiB

<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="14" height="7" style="background-image: url('template/images/td_category_left.gif')" class="category"></td>
<td height="7" width="540" class="category" style="background-image: url('template/images/td_category.jpg')">
<a href="admin_forums.php?mode=edit&submode=cat&c=<?= $skin['c_id']; ?>" title="<?= $lng['edit_cat']; ?>">
<span class="fstandard" style="color: white"><? echo $skin['category']; ?></span></a>
</td>
<td width="48" height="7" class="category" style="background-image: url('template/images/td_category.jpg')">
<a href="javascript:confirm_action('<?= $skin['del_cat']; ?>','admin_forums.php?mode=delete&submode=cat&c=<?= $skin['c_id']; ?>') " class="fstandard">
<font color="white"><?= $skin['delete'];?></font>
</a>
</td>
<td class="category" style="background-image: url('template/images/td_category.jpg')">
<a href="admin_forums.php?mode=moveup&submode=cat&c=<?= $skin['c_id'] ?>" class="fstandard">
<font color="white"><?= $skin['move_up']; ?></font>
</a>
<span class="fstandard"><font color="white"> || </font></span>
<a href="admin_forums.php?mode=movedown&submode=cat&c=<?= $skin['c_id'] ?>" class="fstandard">
<font color="white"><?= $skin['move_down']; ?></font>
</a>
</td>
<td width="14" height="7" style="background-image: url('template/images/td_category_right.gif')" class="category"></td>
</tr>
</table>