/[drupal]/contributions/modules/ecommerce/ec_checkout/ec_checkout.theme.inc
ViewVC logotype

Diff of /contributions/modules/ecommerce/ec_checkout/ec_checkout.theme.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.5 by gordon, Mon May 25 01:21:41 2009 UTC revision 1.2.2.6 by gordon, Sun Nov 15 10:29:11 2009 UTC
# Line 1  Line 1 
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'])) {

Legend:
Removed from v.1.2.2.5  
changed lines
  Added in v.1.2.2.6

  ViewVC Help
Powered by ViewVC 1.1.3