|
iTx Technologies offre gratuitement
|
||
[Vue sommaire] [Imprimer] [Vue textuelle]
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 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
|
|
|
|