[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/includes/templates/template_default/templates/ -> tpl_gv_redeem_default.php (source)

   1  <?php
   2  /**

   3   * Page Template

   4   *

   5   * Display information related to GV redemption (could be redemption details, or an error message)

   6   *

   7   * @package templateSystem

   8   * @copyright Copyright 2003-2005 Zen Cart Development Team

   9   * @copyright Portions Copyright 2003 osCommerce

  10   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

  11   * @version $Id: tpl_gv_redeem_default.php 4155 2006-08-16 17:14:52Z ajeh $

  12   */
  13  ?>
  14  <div class="centerColumn" id="gvRedeemDefault">
  15  
  16  <h1 id="gvRedeemDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
  17  
  18  <div id="gvRedeemDefaultMessage" class="content"><?php echo sprintf($message, $_GET['gv_no']); ?></div>
  19  
  20  <div id="gvRedeemDefaultMainContent" class="content"><?php echo TEXT_INFORMATION; ?></div>
  21  
  22  <div class="buttonRow forward"><?php echo '<a href="' . ($_GET['goback'] == 'true' ? zen_href_link(FILENAME_GV_FAQ) : zen_href_link(FILENAME_DEFAULT)) . '">' . zen_image_button(BUTTON_IMAGE_CONTINUE, BUTTON_CONTINUE_ALT) . '</a>'; ?></div>
  23  
  24  </div>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics