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

/zc_install/includes/templates/template_default/common/ -> html_header.php (source)

   1  <?php
   2  /**

   3   * @package Installer

   4   * @access private

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

   6   * @copyright Portions Copyright 2003 osCommerce

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

   8   * @version $Id: html_header.php 3173 2006-03-12 03:21:07Z drbyte $

   9   */
  10  ?>
  11  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12  <html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>>
  13  <head>
  14  <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />
  15  <?php
  16    if ($current_page=='database_upgrade' || $current_page == 'inspect') {
  17      if (preg_match('/MSIE/', $_SERVER['HTTP_USER_AGENT'])) {
  18  ?>
  19  <meta http-equiv="Expires" content="Mon, 26 Jul 2001 05:00:00 GMT" />
  20  <meta http-equiv="Last-Modified" content= "<?php echo gmdate("D, d M Y H:i:s"); ?> GMT" />
  21  <meta http-equiv="Cache-Control" content="must_revalidate, post-check=0, pre-check=0" />
  22  <meta http-equiv="Pragma" content="public" />
  23  <meta http-equiv="Cache-control" content="private" />
  24  <?php
  25      } else {
  26  ?>
  27  <meta http-equiv="Expires" content="Mon, 26 Jul 2001 05:00:00 GMT" />
  28  <meta http-equiv="Last-Modified" content="<?php echo gmdate("D, d M Y H:i:s"); ?> GMT" />
  29  <meta http-equiv="Pragma" content="no-cache" />
  30  <meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
  31  <?php
  32      }
  33    }
  34  ?>
  35  <title><?php echo META_TAG_TITLE; ?></title>
  36  <link rel="stylesheet" type="text/css" href="includes/templates/template_default/css/stylesheet.css" />
  37  <script language="javascript" type="text/javascript"><!--
  38  function popupWindow(url) {
  39    window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=280,screenX=150,screenY=150,top=150,left=150')
  40  }
  41  function popupWindowLrg(url) {
  42    window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=500,screenX=50,screenY=50,top=50,left=50')
  43  }
  44  //--></script></head>



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