CMS  Version 3.9
section_modules.inc File Reference

Go to the source code of this file.

Variables

 $menu_item = "Sections"
 
 $section_id = checkNumeric($_GET["section_id"])
 
 $section = new Section($section_id)
 
 $tabs = sectionTabs($section_id)
 
$tabs section = "section_modules"
 
 $title = "Position Modules for {$section->section_title}"
 
 $modulePositions = reindexList($section->SectionModuleXrefs(), "module_id")
 
 $modules = query(Module, "ORDER BY title")
 
 $positions = $section->getPositions()
 

Variable Documentation

◆ $menu_item

$menu_item = "Sections"

Definition at line 39 of file section_modules.inc.

◆ $modulePositions

$modulePositions = reindexList($section->SectionModuleXrefs(), "module_id")

Definition at line 52 of file section_modules.inc.

◆ $modules

$modules = query(Module, "ORDER BY title")

Definition at line 53 of file section_modules.inc.

◆ $positions

$positions = $section->getPositions()

Definition at line 54 of file section_modules.inc.

◆ $section

$section = new Section($section_id)

Definition at line 45 of file section_modules.inc.

◆ $section_id

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

Definition at line 41 of file section_modules.inc.

◆ $tabs

$tabs = sectionTabs($section_id)

Definition at line 47 of file section_modules.inc.

◆ $title

$title = "Position Modules for {$section->section_title}"

Definition at line 50 of file section_modules.inc.

◆ section

$tabs section = "section_modules"

Definition at line 48 of file section_modules.inc.