[ 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]

/admin/includes/boxes/ -> configuration_dhtml.php (source)

   1  <?php
   2  /**

   3   * @package admin

   4   * @copyright Copyright 2003-2006 Zen Cart Development Team

   5   * @copyright Portions Copyright 2003 osCommerce

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

   7   * @version $Id: configuration_dhtml.php 3009 2006-02-11 15:41:10Z wilt $

   8   */
   9  if (!defined('IS_ADMIN_FLAG')) {
  10    die('Illegal Access');
  11  }
  12  
  13  ?>
  14  <!-- configuration //-->
  15  <li class="submenu"> 
  16  <a target="_top" href="<?php echo  zen_href_link(FILENAME_ALT_NAV, '', 'NONSSL') ?>"><?php echo BOX_HEADING_CONFIGURATION; ?></a><ul>
  17  <?php
  18    $heading = array();
  19    $contents = array();
  20    $heading[] = array('text'  => BOX_HEADING_CONFIGURATION,
  21  
  22                       'link'  => zen_href_link(basename($PHP_SELF), zen_get_all_get_params(array('selected_box')) . 'selected_box=configuration'));
  23    if (1 == 1) {
  24      $cfg_groups = '';
  25      $configuration_groups = $db->Execute("select configuration_group_id as cgID, 
  26                                                         configuration_group_title as cgTitle 
  27                                                  from " . TABLE_CONFIGURATION_GROUP . " 
  28                                                  where visible = '1' order by sort_order");
  29  
  30      while (!$configuration_groups->EOF) {
  31        $cfg_groups .= '<li><a href="' . zen_href_link(FILENAME_CONFIGURATION, 'gID=' . $configuration_groups->fields['cgID'], 'NONSSL') . '">' . $configuration_groups->fields['cgTitle'] . '</a></li>' . "\n";
  32        $configuration_groups->MoveNext();
  33      }
  34    }
  35  echo $cfg_groups;
  36  ?>
  37  </ul>
  38  </li>
  39  <!-- configuration_eof //-->


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