CMS  Version 3.9
component_page_modules.inc File Reference

Go to the source code of this file.

Variables

 $menu_item = "Components"
 
 $page_id = checkNumeric($_GET["component_page_id"])
 
 $page = new ComponentPage($page_id)
 
 $tabs = ComponentManager::componentPageTabs($page_id)
 
$tabs page = "component_page_modules"
 
 $title = "Position Modules for {$page->page_title}"
 
 $modulePositions = reindexList($page->ComponentPageModuleXrefs(), "module_id")
 
 $modules = query(Module, "ORDER BY title")
 
return false
 

Variable Documentation

◆ $menu_item

$menu_item = "Components"

Definition at line 37 of file component_page_modules.inc.

◆ $modulePositions

$modulePositions = reindexList($page->ComponentPageModuleXrefs(), "module_id")

Definition at line 50 of file component_page_modules.inc.

◆ $modules

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

Definition at line 51 of file component_page_modules.inc.

◆ $page

$page = new ComponentPage($page_id)

Definition at line 43 of file component_page_modules.inc.

◆ $page_id

$page_id = checkNumeric($_GET["component_page_id"])

Definition at line 39 of file component_page_modules.inc.

◆ $tabs

Definition at line 45 of file component_page_modules.inc.

◆ $title

$title = "Position Modules for {$page->page_title}"

Definition at line 48 of file component_page_modules.inc.

◆ false

return false

Definition at line 104 of file component_page_modules.inc.

◆ page

if ( $method=="POST") $tabs page = "component_page_modules"

Definition at line 46 of file component_page_modules.inc.