![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$ids = checkNumeric($_GET["section_content_id"]) | |
$qs = "section_content_id[]=".implode("§ion_content_id[]=", $_GET["section_content_id"]) | |
$content = new SectionContent($ids[0]) | |
$section = $content->Section() | |
$title = "Position Modules for {$section->section_title}" | |
$modulePositions = reindexList($content->SectionContentModuleXrefs(), "module_id") | |
$modules = query(Module, "ORDER BY title") | |
$positions = $content->getPositions() | |
if($method=="POST") | $script = |
$content = new SectionContent($ids[0]) |
Definition at line 44 of file content_modules.inc.
$ids = checkNumeric($_GET["section_content_id"]) |
Definition at line 37 of file content_modules.inc.
$modulePositions = reindexList($content->SectionContentModuleXrefs(), "module_id") |
Definition at line 49 of file content_modules.inc.
Definition at line 50 of file content_modules.inc.
$positions = $content->getPositions() |
Definition at line 51 of file content_modules.inc.
$qs = "section_content_id[]=".implode("§ion_content_id[]=", $_GET["section_content_id"]) |
Definition at line 39 of file content_modules.inc.
if ( $method=="POST") $script = |
Definition at line 79 of file content_modules.inc.
Definition at line 45 of file content_modules.inc.
Definition at line 47 of file content_modules.inc.