| 1 |
<?php |
<?php |
| 2 |
// $Id: sale.module,v 1.1.2.3 2007/05/08 00:32:10 darrenoh Exp $ |
// $Id: sale.module,v 1.1.2.4 2007/05/18 15:39:22 darrenoh Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Implementation of hook_help(). |
* Implementation of hook_help(). |
| 128 |
); |
); |
| 129 |
} |
} |
| 130 |
elseif (empty($links['add_to_cart']['html'])) { |
elseif (empty($links['add_to_cart']['html'])) { |
| 131 |
$links['add_to_cart']['title'] = t('Sales of this item close on !date', array( |
$links['add_to_cart']['title'] = t('Sales of this item close !date', array( |
| 132 |
'!date' => format_date($node->sale->sale_closing_date, 'custom', 'F j, Y'), |
'!date' => format_date($node->sale->sale_closing_date, 'custom', 'F j, Y'), |
| 133 |
)); |
)); |
| 134 |
} |
} |