17 lines
401 B
PHP
17 lines
401 B
PHP
<?php
|
|
/*
|
|
$Id: shipping.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $
|
|
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2002 osCommerce
|
|
|
|
Released under the GNU General Public License
|
|
*/
|
|
|
|
define('NAVBAR_TITLE', 'Shipping & Returns');
|
|
define('HEADING_TITLE', 'Shipping & Returns');
|
|
|
|
define('TEXT_INFORMATION', 'Put here your Shipping & Returns information.');
|
|
?>
|