![]() |
CMS
Version 3.9
|
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 = | |
$menu_item = "Taxonomies" |
Definition at line 37 of file taxonomy_terms.inc.
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 = |
Definition at line 55 of file taxonomy_terms.inc.
$tabs = TaxonomyManager::getTabs($taxonomy_id) |
Definition at line 50 of file taxonomy_terms.inc.
$taxonomy = new Taxonomy() |
Definition at line 41 of file taxonomy_terms.inc.
$taxonomy_id = checkNumeric($_GET["taxonomy_id"]) |
Definition at line 39 of file taxonomy_terms.inc.