CMS  Version 3.9
forum_details.inc File Reference

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()
 

Variable Documentation

◆ $forum

$forum = new Forum($forum_id)

Definition at line 38 of file forum_details.inc.

◆ $forum_id

$forum_id = checkNumeric($_GET["forum_id"])

Definition at line 36 of file forum_details.inc.

◆ $script

$script = $view->writeScript()

Definition at line 45 of file forum_details.inc.

◆ $view

$view = new ForumDetailsView($forum, "forum_topic")

Definition at line 42 of file forum_details.inc.

◆ cssStyle

$view table cssStyle = "width: 100%; clear: both"

Definition at line 43 of file forum_details.inc.

◆ page_title

$page page_title = $forum->title

Definition at line 40 of file forum_details.inc.