| 1 |
<?php |
<?php |
| 2 |
// $Id: ec_checkout.theme.inc,v 1.2.2.4 2009/03/22 06:37:29 gordon Exp $ |
// $Id: ec_checkout.theme.inc,v 1.2.2.5 2009/05/25 01:21:41 gordon Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 6 |
* Handle all checkout theme items. |
* Handle all checkout theme items. |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
function theme_ec_checkout_checkout_review_form(&$form) { |
function theme_ec_checkout_checkout_review_form($form) { |
| 10 |
$header = array(t('Item'), t('Qty'), t('Price'), t('Subtotal'), ''); |
$header = array(t('Item'), t('Qty'), t('Price'), t('Subtotal'), ''); |
| 11 |
$rows = array(); |
$rows = array(); |
| 12 |
if (!empty($form['items'])) { |
if (!empty($form['items'])) { |