CMS  Version 3.9
section_content.inc File Reference

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)
 

Variable Documentation

◆ $contentManager

$contentManager = $section->getContentManager()

Definition at line 47 of file section_content.inc.

◆ $menu_item

$menu_item = "Sections"

Definition at line 38 of file section_content.inc.

◆ $section

$section = new Section($section_id)

Definition at line 46 of file section_content.inc.

◆ $section_id

$section_id = checkNumeric($_GET["section_id"])

Definition at line 42 of file section_content.inc.

◆ $tabs

if ( $method=="POST") $tabs = sectionTabs($section_id)

Definition at line 58 of file section_content.inc.

◆ $title

$title = "Section Content for {$section->section_title}"

Definition at line 49 of file section_content.inc.

◆ $view

$view = $contentManager->getAdminView($section)

Definition at line 51 of file section_content.inc.