![]() |
CMS
Version 3.9
|
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() | |
$fora = query(ForumSummary, "ORDER BY sort_order, title") |
Definition at line 41 of file forums.inc.
$menu_item = "Forums" |
Definition at line 39 of file forums.inc.
$script = $table->writeScript() |
Definition at line 50 of file forums.inc.
$table = new DataListView($fora, "fora") |
Definition at line 43 of file forums.inc.
$title = "Forums" |
Definition at line 37 of file forums.inc.
Definition at line 49 of file forums.inc.