![]() |
CMS
Version 3.9
|
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() | |
$menu_item = "Sections" |
Definition at line 39 of file section_modules.inc.
$modulePositions = reindexList($section->SectionModuleXrefs(), "module_id") |
Definition at line 52 of file section_modules.inc.
Definition at line 53 of file section_modules.inc.
$positions = $section->getPositions() |
Definition at line 54 of file section_modules.inc.
Definition at line 45 of file section_modules.inc.
$section_id = checkNumeric($_GET["section_id"]) |
Definition at line 41 of file section_modules.inc.
$tabs = sectionTabs($section_id) |
Definition at line 47 of file section_modules.inc.
Definition at line 50 of file section_modules.inc.
$tabs section = "section_modules" |
Definition at line 48 of file section_modules.inc.