CMS  Version 3.9
content_modules.inc File Reference

Go to the source code of this file.

Variables

 $ids = checkNumeric($_GET["section_content_id"])
 
 $qs = "section_content_id[]=".implode("&section_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 =
 

Variable Documentation

◆ $content

$content = new SectionContent($ids[0])

Definition at line 44 of file content_modules.inc.

◆ $ids

$ids = checkNumeric($_GET["section_content_id"])

Definition at line 37 of file content_modules.inc.

◆ $modulePositions

$modulePositions = reindexList($content->SectionContentModuleXrefs(), "module_id")

Definition at line 49 of file content_modules.inc.

◆ $modules

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

Definition at line 50 of file content_modules.inc.

◆ $positions

$positions = $content->getPositions()

Definition at line 51 of file content_modules.inc.

◆ $qs

$qs = "section_content_id[]=".implode("&section_content_id[]=", $_GET["section_content_id"])

Definition at line 39 of file content_modules.inc.

◆ $script

if ( $method=="POST") $script =

Definition at line 79 of file content_modules.inc.

◆ $section

$section = $content->Section()

Definition at line 45 of file content_modules.inc.

◆ $title

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

Definition at line 47 of file content_modules.inc.