|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| if(!defined('IS_ADMIN_FLAG')) | $heading [] = array('text' => '<b>' . TEXT_INFO_HEADING_MOVE_PRODUCT . '</b>') |
| $contents = array('form' => zen_draw_form('products', $type_admin_handler, 'action=move_product_confirm&cPath=' . $cPath . (isset($_GET['page']) ? '&page=' . $_GET['page'] : '')) . zen_draw_hidden_field('products_id', $pInfo->products_id)) | |
| $contents [] = array('text' => sprintf(TEXT_MOVE_PRODUCTS_INTRO, $pInfo->products_name)) | |
| $contents = array('form' => zen_draw_form('products', $type_admin_handler, 'action=move_product_confirm&cPath=' . $cPath . (isset($_GET['page']) ? '&page=' . $_GET['page'] : '')) . zen_draw_hidden_field('products_id', $pInfo->products_id)) |
Definition at line 14 of file sidebox_move_product.php.
| $contents[] = array('text' => sprintf(TEXT_MOVE_PRODUCTS_INTRO, $pInfo->products_name)) |
Definition at line 15 of file sidebox_move_product.php.
| if (!defined('IS_ADMIN_FLAG')) $heading[] = array('text' => '<b>' . TEXT_INFO_HEADING_MOVE_PRODUCT . '</b>') |
Definition at line 12 of file sidebox_move_product.php.