CMS  Version 3.9
taxonomy_terms.inc File Reference

Go to the source code of this file.

Variables

 $menu_item = "Taxonomies"
 
 $taxonomy_id = checkNumeric($_GET["taxonomy_id"])
 
 $taxonomy = new Taxonomy()
 
if(! $taxonomy_id) $panel = new Panel("taxonomy_terms", "/action/taxonomy/taxonomy_terms_list?taxonomy_id=$taxonomy_id")
 
 $tabs = TaxonomyManager::getTabs($taxonomy_id)
 
 $script =
 

Variable Documentation

◆ $menu_item

$menu_item = "Taxonomies"

Definition at line 37 of file taxonomy_terms.inc.

◆ $panel

if (! $taxonomy_id) $panel = new Panel("taxonomy_terms", "/action/taxonomy/taxonomy_terms_list?taxonomy_id=$taxonomy_id")

Definition at line 48 of file taxonomy_terms.inc.

◆ $script

$script =

Definition at line 55 of file taxonomy_terms.inc.

◆ $tabs

$tabs = TaxonomyManager::getTabs($taxonomy_id)

Definition at line 50 of file taxonomy_terms.inc.

◆ $taxonomy

$taxonomy = new Taxonomy()

Definition at line 41 of file taxonomy_terms.inc.

◆ $taxonomy_id

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

Definition at line 39 of file taxonomy_terms.inc.