Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 252 → Rev 254

/forums/index.php
22,7 → 22,7
for ($i = 0; $i < count($ids); $i++)
{
$forumCategory = $page->getForumCategory($ids[$i]);
write('<h4><a href="index.php?parentID=' . $forumCategory->parentID . '">' . $forumCategory->title . '</a></h4>');
write('<h4><a href="index.php?parentID=' . $forumCategory->ID . '">' . $forumCategory->title . '</a></h4>');
write('<p>' . $forumCategory->description . '</p>');
write('<br />');
}
/_taios.php
523,7 → 523,7
public $category;
public $parent;
public $title;
public $content
public $content;
public $datePosted;
public $spam;
}