home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 90 / PIWD90.iso / pc / contents / ecommerce / software / osCommerce.exe / oscommerce-2.2ms2 / catalog / install / index.php next >
PHP Script  |  2002-01-02  |  394b  |  21 lines

  1. <?php
  2. /*
  3.   $Id: index.php,v 1.1 2002/01/02 13:02:38 hpdl Exp $
  4.  
  5.   osCommerce, Open Source E-Commerce Solutions
  6.   http://www.oscommerce.com
  7.  
  8.   Copyright (c) 2002 osCommerce
  9.  
  10.   Released under the GNU General Public License
  11. */
  12.  
  13.   require('includes/application.php');
  14.  
  15.   $page_file = 'index.php';
  16.   $page_title = 'Welcome';
  17.   $page_contents = 'index.php';
  18.  
  19.   require('templates/main_page.php');
  20. ?>
  21.