iTx Technologies offre gratuitement
cet espace pour OsCommerce !

title

Body

[fermer]

/ -> index.php (source)

   1  <?php
   2  /*
   3    $Id$
   4  
   5    osCommerce, Open Source E-Commerce Solutions
   6    http://www.oscommerce.com
   7  
   8    Copyright (c) 2005 osCommerce
   9  
  10    This program is free software; you can redistribute it and/or modify
  11    it under the terms of the GNU General Public License v2 (1991)
  12    as published by the Free Software Foundation.
  13  */
  14  
  15    $_SERVER['SCRIPT_FILENAME'] = __FILE__;
  16  
  17    require ('includes/application_top.php');
  18  
  19    $osC_Language->load('index');
  20  
  21    $osC_Template = osC_Template::setup('index');
  22  
  23    require('templates/' . $osC_Template->getCode() . '.php');
  24  
  25    require ('includes/application_bottom.php');
  26  ?>


Generé en: Wed Mar 3 09:51:02 2010 | Cross-referenced par PHPXref 0.7