[ 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/sideboxes/ -> tpl_information.php (source)

   1  <?php
   2  /**

   3   * Side Box Template

   4   *

   5   * @package templateSystem

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

   7   * @copyright Portions Copyright 2003 osCommerce

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

   9   * @version $Id: tpl_information.php 2982 2006-02-07 07:56:41Z birdbrain $

  10   */
  11    $content = '';
  12    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
  13    $content .= "\n" . '<ul style="margin: 0; padding: 0; list-style-type: none;">' . "\n";
  14    for ($i=0; $i<sizeof($information); $i++) {
  15      $content .= '<li>' . $information[$i] . '</li>' . "\n";
  16    }
  17    $content .= '</ul>' .  "\n";
  18    $content .= '</div>';
  19  ?>


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