[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <table width="100%" border="0" cellspacing="2" cellpadding="1"> 2 <tr> 3 <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> 4 <tr> 5 <td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0"> 6 <tr> 7 <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> 8 <td align="right"> </td> 9 </tr> 10 </table></td> 11 </tr> 12 <tr> 13 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 14 </tr> 15 <tr> 16 <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> 17 <tr> 18 <td class="main"><?php echo TEXT_INFORMATION; ?></td> 19 </tr> 20 <?php 21 // if we get here then either the url gv_no was not set or it was invalid 22 // so output a message. 23 $message = sprintf(TEXT_VALID_GV, $currencies->format($coupon['coupon_amount'])); 24 if ($error) { 25 // BOF - MOD: GV_REDEEM_EXPLOIT_FIX (GVREF) 26 // $message = TEXT_INVALID_GV; 27 $message = $gv_error_message; 28 // EOF - MOD: GV_REDEEM_EXPLOIT_FIX (GVREF) 29 30 } 31 ?> 32 <tr> 33 <td class="main"><?php echo $message; ?></td> 34 </tr> 35 <tr> 36 <td align="right"><br> 37 <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> 38 </tr> 39 </table></td> 40 </tr> 41 </table></td> 42 </tr> 43 </table>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |