CMS  Version 3.9
component_pages.inc File Reference

Go to the source code of this file.

Variables

 $component_id = checkNumeric($_GET["component_id"])
 
 $tabs = ComponentManager::componentListTabs()
 
 $menu_item = "Components"
 
 $title = "Components Pages"
 
if($component_id) else
 
 $script = $view->writeScript()
 

Variable Documentation

◆ $component_id

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

Definition at line 39 of file component_pages.inc.

◆ $menu_item

$menu_item = "Components"

Definition at line 43 of file component_pages.inc.

◆ $script

$script = $view->writeScript()

Definition at line 58 of file component_pages.inc.

◆ $tabs

Definition at line 41 of file component_pages.inc.

◆ $title

$title = "Components Pages"

Definition at line 44 of file component_pages.inc.

◆ else

if ( $component_id) else
Initial value:

Definition at line 53 of file component_pages.inc.