![]() |
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) | |
$contentManager = $section->getContentManager() | |
$title = "Section Content for {$section->section_title}" | |
$view = $contentManager->getAdminView($section) | |
if($method=="POST") | $tabs = sectionTabs($section_id) |
$contentManager = $section->getContentManager() |
Definition at line 47 of file section_content.inc.
$menu_item = "Sections" |
Definition at line 38 of file section_content.inc.
Definition at line 46 of file section_content.inc.
$section_id = checkNumeric($_GET["section_id"]) |
Definition at line 42 of file section_content.inc.
if ( $method=="POST") $tabs = sectionTabs($section_id) |
Definition at line 58 of file section_content.inc.
Definition at line 49 of file section_content.inc.
$view = $contentManager->getAdminView($section) |
Definition at line 51 of file section_content.inc.