&pg=" >Mark topics as read
" . preg_replace('/\n/', '
', utf8entities($f['description'])) . "

\n"; ?>
New topic"; else echo "Only moderators can create topics"; ?> Display > topics per page >Page "; for ($i=0;$i<$nPages;$i++) echo ""; echo " / $nPages"; } ?>
\n"; else { echo ""; if ($mod) echo ""; echo ""; echo "\n"; $topics = $args['topics']; for ($i=0;$i"; if ($mod) echo ""; $pic = config::$main['staticurl'] . "/beta5/pics/" . ($topics[$i]['read'] ? '' : 'un') . 'read'; if ($topics[$i]['sticky']) $pic .= '_sticky'; $pic .= '.gif'; $text = ($topics[$i]['read'] ? 'Read' : 'Unread') . ($topics[$i]['sticky'] ? " sticky" : "") . " topic"; echo ""; echo ""; echo ""; echo ""; } } ?>
This forum is empty.
  TopicRepliesFirst PostLast Post
$text"; // FIXME: poll icon echo utf8entities($topics[$i]['title']) . "" . $topics[$i]['posts'] . "" . gmstrftime('%H:%M:%S on %d/%m/%Y', $topics[$i]['moment']) . " by "; if ($topics[$i]['author_id'] != '') echo "".utf8entities($topics[$i]['author']).""; else echo "".utf8entities($topics[$i]['author']).""; echo "" . gmstrftime('%H:%M:%S on %d/%m/%Y', $topics[$i]['last_moment']) . " by "; if ($topics[$i]['last_author_id'] != '') echo "".utf8entities($topics[$i]['last_author']).""; else echo "".utf8entities($topics[$i]['last_author']).""; echo "
type="submit" name="dt" value="Delete" onClick="return confirmDelete()" /> type="submit" name="st" value="Switch sticky" onClick="return confirmSticky()" /> $cat) { if ($cat['type'] == 'A' && $f['ctype'] != 'A' || $cat['type'] != 'A' && $f['ctype'] == 'A') continue; foreach ($cat['forums'] as $cf) if ($cf['id'] != $f['id'] && $cf['mod']) array_push($mf, $cf); } if (!count($mf)) echo " "; else { echo " to forum "; echo""; } ?>