Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.9 by recidive, Fri Jul 3 12:37:05 2009 UTC | revision 1.1.2.10 by gordon, Sun Nov 15 10:29:11 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: ec_customer.theme.inc,v 1.1.2.8 2009/07/02 10:25:40 recidive Exp $ | // $Id: ec_customer.theme.inc,v 1.1.2.9 2009/07/03 12:37:05 recidive Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 50 function theme_ec_customer_address($form | Line 50 function theme_ec_customer_address($form |
| 50 | * | * |
| 51 | * @ingroup themeable | * @ingroup themeable |
| 52 | */ | */ |
| 53 | function theme_ec_mail_checkout_form(&$form) { | function theme_ec_mail_checkout_form($form) { |
| 54 | if (!empty($form['mail']['#value'])) { | if (!empty($form['mail']['#value'])) { |
| 55 | global $user; | global $user; |
| 56 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.3 |