|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') | |
| if($action!= 'edit_category_meta_tags') </head >< bodymarginwidth="0"marginheight="0"topmargin="0"bottommargin="0"leftmargin="0"rightmargin="0"bgcolor="#FFFFFF"onLoad="init()"> < divid="spiffycalendar"class="text"> </div ><!--header<?phprequire(DIR_WS_INCLUDES.'header.php');?> <!--header_eof<!--body < tableborder="0"width="100%"cellspacing="2"cellpadding="2"> | if ($action== '') |
| $heading = array() | |
| $contents = array() | |
| $sql = "select type_id, type_name from " . TABLE_PRODUCT_TYPES | |
| $product_types = $db->Execute($sql) | |
| while(!$product_types->EOF) if(isset($_GET['cPath'])) switch($action) if((zen_not_null($heading))&&(zen_not_null($contents))) | $check_products_top_categories = $db->Execute("select count(*) as products_errors from " . TABLE_PRODUCTS_TO_CATEGORIES . " where categories_id = 0") |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 13 of file categories.php.
| while (!$product_types->EOF) if (isset($_GET['cPath'])) switch ($action) if ((zen_not_null($heading))&&(zen_not_null($contents))) $check_products_top_categories = $db->Execute("select count(*) as products_errors from " . TABLE_PRODUCTS_TO_CATEGORIES . " where categories_id = 0") |
Definition at line 974 of file categories.php.
| $contents = array() |
Definition at line 650 of file categories.php.
| $heading = array() |
Definition at line 649 of file categories.php.
| $product_types = $db->Execute($sql) |
Definition at line 653 of file categories.php.
| $sql = "select type_id, type_name from " . TABLE_PRODUCT_TYPES |
Definition at line 652 of file categories.php.
Definition at line 564 of file categories.php.