????
| Current Path : /home2/morganrand/www/store/ |
| Current File : /home2/morganrand/www/store/privacy.php |
<?php
/*
$Id$
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2010 osCommerce
Released under the GNU General Public License
*/
require('includes/application_top.php');
require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PRIVACY);
$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_PRIVACY));
require(DIR_WS_INCLUDES . 'template_top.php');
?>
<h1><?php echo HEADING_TITLE; ?></h1>
<div class="contentContainer">
<div class="contentText">
<!--START SHIPPING HEADER-->
<img src="images/ft_privacy_hdr.jpg" alt="" class="marg19" style="width:100%; margin-bottom:15px;" />
<!--END SHIPPING HEADER-->
<!--START CONTENT-->
<div id="ftpages" class="marg19">
<p>Don't worry, we will never sell your information or distribute it in any manner. We only collect information in the event that we have to contact you regarding your order. Occasionally, we will send an email or call you to let you know about special offers and new designs/products. Very occasionally, and you are always free to opt out of these notices.</p>
</div>
<!--END CONTENT-->
</div>
<div class="buttonSet">
<span class="buttonAction"><?php echo tep_draw_button(IMAGE_BUTTON_CONTINUE, 'triangle-1-e', tep_href_link(FILENAME_DEFAULT)); ?></span>
</div>
</div>
<?php
require(DIR_WS_INCLUDES . 'template_bottom.php');
require(DIR_WS_INCLUDES . 'application_bottom.php');
?>