Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 260 → Rev 261

/admin/all-forum-categories.php
25,7 → 25,7
{
$cat = $page->getForumCategory($ids[$i]);
write('<tr>');
write('<td><a href="index.php?parentID=' . $cat->ID . '">' . $cat->ID . '</a></td>');
write('<td><a href="../forums/index.php?parentID=' . $cat->ID . '">' . $cat->ID . '</a></td>');
if (!$cat->parent)
{
write('<td style="color: #444444;">No Parent</td>');