[ Index ] |
|
Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1 |
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: extras_dhtml.php 4574 2006-09-21 02:30:42Z drbyte $ 8 */ 9 if (!defined('IS_ADMIN_FLAG')) { 10 die('Illegal Access'); 11 } 12 13 $za_contents = array(); 14 $za_heading = array(); 15 $za_heading = array('text' => BOX_HEADING_EXTRAS, 'link' => zen_href_link(FILENAME_ALT_NAV, '', 'NONSSL')); 16 if ($za_dir = @dir(DIR_WS_BOXES . 'extra_boxes')) { 17 while ($zv_file = $za_dir->read()) { 18 if (preg_match('/extras_dhtml.php$/', $zv_file)) { 19 require(DIR_WS_BOXES . 'extra_boxes/' . $zv_file); 20 } 21 } 22 } 23 ?> 24 <!-- extras_dhtml //--> 25 <?php 26 if (sizeof($za_contents)) echo zen_draw_admin_box($za_heading, $za_contents); 27 ?> 28 <!-- extras_dhtml_eof //-->
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 16:45:43 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |