|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
00001 <?php 00002 // 00003 // +----------------------------------------------------------------------+ 00004 // |zen-cart Open Source E-commerce | 00005 // +----------------------------------------------------------------------+ 00006 // | Copyright (c) 2003 The zen-cart developers | 00007 // | | 00008 // | http://www.zen-cart.com/index.php | 00009 // | | 00010 // | Portions Copyright (c) 2003 osCommerce | 00011 // +----------------------------------------------------------------------+ 00012 // | This source file is subject to version 2.0 of the GPL license, | 00013 // | that is bundled with this package in the file LICENSE, and is | 00014 // | available through the world-wide-web at the following url: | 00015 // | http://www.zen-cart.com/license/2_0.txt. | 00016 // | If you did not receive a copy of the zen-cart license and are unable | 00017 // | to obtain it through the world-wide-web, please send a note to | 00018 // | [email protected] so we can mail you a copy immediately. | 00019 // +----------------------------------------------------------------------+ 00020 // $Id: salemaker_info.php 1969 2005-09-13 06:57:21Z drbyte $ 00021 // 00022 require("includes/application_top.php"); 00023 00024 require(DIR_WS_LANGUAGES . $_SESSION['language'] . '/' . FILENAME_SALEMAKER_INFO . '.php'); 00025 ?> 00026 <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> 00027 <html <?php echo HTML_PARAMS; ?>> 00028 <head> 00029 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> 00030 <title><?php echo TITLE; ?></title> 00031 <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"> 00032 </head> 00033 <body> 00034 <p class="main"><center><h1><?php echo HEADING_TITLE; ?><?php echo zen_draw_separator(); ?></h1></center></p> 00035 <table width="90%" align="center"> 00036 <p class="main"><h3><?php echo SUBHEADING_TITLE; ?></h3></p> 00037 <div class="main"> 00038 <?php echo INFO_TEXT; ?> 00039 </div> 00040 <p align="center" class="main"><a href="javascript:window.close();"><?php echo TEXT_CLOSE_WINDOW; ?></a></p> 00041 </body> 00042 </html> 00043 <?php 00044 require(DIR_WS_INCLUDES . 'application_bottom.php'); 00045 ?>