![]() |
CMS
Version 3.9
|
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 |
$menu_item = "Components" |
Definition at line 37 of file component_page_modules.inc.
$modulePositions = reindexList($page->ComponentPageModuleXrefs(), "module_id") |
Definition at line 50 of file component_page_modules.inc.
Definition at line 51 of file component_page_modules.inc.
$page = new ComponentPage($page_id) |
Definition at line 43 of file component_page_modules.inc.
$page_id = checkNumeric($_GET["component_page_id"]) |
Definition at line 39 of file component_page_modules.inc.
$tabs = ComponentManager::componentPageTabs($page_id) |
Definition at line 45 of file component_page_modules.inc.
$title = "Position Modules for {$page->page_title}" |
Definition at line 48 of file component_page_modules.inc.
return false |
Definition at line 104 of file component_page_modules.inc.
if ( $method=="POST") $tabs page = "component_page_modules" |
Definition at line 46 of file component_page_modules.inc.