iTx Technologies offre gratuitement
cet espace pour OsCommerce !

title

Body

[fermer]

/ -> info.php (source)

   1  <?php
   2  /*
   3    $Id: account.php 65 2005-03-12 16:43:41Z hpdl $
   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('info');
  20  
  21    if ($osC_Services->isStarted('breadcrumb')) {
  22      $osC_Breadcrumb->add($osC_Language->get('breadcrumb_information'), osc_href_link(FILENAME_INFO));
  23    }
  24  
  25    $osC_Template = osC_Template::setup('info');
  26  
  27    require('templates/' . $osC_Template->getCode() . '.php');
  28  
  29    require ('includes/application_bottom.php');
  30  ?>


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