|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Functions | |
| zen_reset_page () | |
Variables | |
| if (!defined('IS_ADMIN_FLAG')) | |
| $currencies = new currencies() | |
| $sql = "select * from " . TABLE_PRODUCT_TYPES | |
| $product_types = $db->Execute($sql) | |
| zen_reset_page | ( | ) |
Definition at line 24 of file prod_cat_header_code.php.
| $currencies = new currencies() |
Definition at line 13 of file prod_cat_header_code.php.
| $product_types = $db->Execute($sql) |
Definition at line 40 of file prod_cat_header_code.php.
| $sql = "select * from " . TABLE_PRODUCT_TYPES |
Definition at line 39 of file prod_cat_header_code.php.
| if(!defined('IS_ADMIN_FLAG')) |
Definition at line 9 of file prod_cat_header_code.php.