CMS  Version 3.9
forums.inc File Reference

Go to the source code of this file.

Variables

 $title = "Forums"
 
 $menu_item = "Forums"
 
 $fora = query(ForumSummary, "ORDER BY sort_order, title")
 
 $table = new DataListView($fora, "fora")
 
$table dragText = "<span style='font-size: 10px'>Click and drag to reorder forums</span>"
 
 $script = $table->writeScript()
 

Variable Documentation

◆ $fora

$fora = query(ForumSummary, "ORDER BY sort_order, title")

Definition at line 41 of file forums.inc.

◆ $menu_item

$menu_item = "Forums"

Definition at line 39 of file forums.inc.

◆ $script

$script = $table->writeScript()

Definition at line 50 of file forums.inc.

◆ $table

$table = new DataListView($fora, "fora")

Definition at line 43 of file forums.inc.

◆ $title

$title = "Forums"

Definition at line 37 of file forums.inc.

◆ dragText

$table dragText = "<span style='font-size: 10px'>Click and drag to reorder forums</span>"

Definition at line 49 of file forums.inc.