![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$constraint = checkRole("admin") || checkRole("moderator") ? "ORDER BY title" : "WHERE published=1 ORDER BY title" | |
$forumSummaries = $site->ForumSummaries($constraint) | |
$forumListView = new ForumListView($forumSummaries, "forum_details", "forum_topic") | |
$forumListView table | cssStyle ="width: 100%; clear: both" |
$script = $forumListView->writeScript() | |
$constraint = checkRole("admin") || checkRole("moderator") ? "ORDER BY title" : "WHERE published=1 ORDER BY title" |
Definition at line 36 of file forum_list.inc.
$forumListView = new ForumListView($forumSummaries, "forum_details", "forum_topic") |
Definition at line 40 of file forum_list.inc.
$forumSummaries = $site->ForumSummaries($constraint) |
Definition at line 38 of file forum_list.inc.
$script = $forumListView->writeScript() |
Definition at line 43 of file forum_list.inc.
$forumListView table cssStyle ="width: 100%; clear: both" |
Definition at line 41 of file forum_list.inc.