[ Index ] |
|
Code source de osCommerce 2.2ms2-060817 |
1 <?php 2 /* 3 $Id: main_page.php,v 1.4 2003/07/09 10:49:48 dgw_ Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 ?> 13 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 14 15 <html> 16 17 <head> 18 19 <title>osCommerce :// Open Source E-Commerce Solutions</title> 20 21 <meta name="ROBOTS" content="NOFOLLOW"> 22 23 <link rel="stylesheet" type="text/css" href="templates/main_page/stylesheet.css"> 24 25 <script language="javascript" src="templates/main_page/javascript.js"></script> 26 27 </head> 28 29 <body text="#000000" bgcolor="#ffffff" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> 30 31 <?php require('templates/main_page/header.php'); ?> 32 33 <table cellspacing="0" cellpadding="0" width="100%" border="0" align="center"> 34 <tr> 35 <td width="5%" class="leftColumn" valign="top" background="images/layout/left_column_background.gif"><img src="images/layout/left_column_top.gif"></td> 36 <td width="85%" valign="top"><?php require('templates/pages/' . $page_contents); ?></td> 37 <td width="5%" class="rightColumn" valign="top"><img src="images/layout/right_column_upper_curve.gif" width="47"></td> 38 </tr> 39 </table> 40 41 <?php require('templates/main_page/footer.php'); ?> 42 43 </body> 44 45 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 19:48:25 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |