![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$forum_id = checkNumeric($_GET["forum_id"]) | |
$forum = new Forum($forum_id) | |
$page | page_title = $forum->title |
$view = new ForumDetailsView($forum, "forum_topic") | |
$view table | cssStyle = "width: 100%; clear: both" |
$script = $view->writeScript() | |
Definition at line 38 of file forum_details.inc.
$forum_id = checkNumeric($_GET["forum_id"]) |
Definition at line 36 of file forum_details.inc.
$script = $view->writeScript() |
Definition at line 45 of file forum_details.inc.
$view = new ForumDetailsView($forum, "forum_topic") |
Definition at line 42 of file forum_details.inc.
$view table cssStyle = "width: 100%; clear: both" |
Definition at line 43 of file forum_details.inc.
Definition at line 40 of file forum_details.inc.