????
| Current Path : /home2/morganrand/www/store/includes/ |
| Current File : /home2/morganrand/www/store/includes/footer.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(DIR_WS_INCLUDES . 'counter.php');
?>
<div class="grid_24 footer">
<style>
#newfooter {
font-family:lanenarrow, arial, helvetica, sans-serif;
font-size:14px;
}
#newfooter .footlarge, #newfooter p {
font-family: Verdana, Geneva, sans-serif !important;
font-weight: bold;
font-size: 11px;
}
#newfooter li {
list-style-type:none;
}
#newfooter a:link, #newfooter a:visited {
color:#333;
text-decoration:none;
}
#newfooter a:hover {
/* color:#cc3366;
text-decoration:underline; */
}
#newfooter .footerlist, #newfooter p {
padding:0;
margin:0;
}
#newfooter .footlarge {
margin-top:50px;
font-size:20px;
}
#newfooter div {
float:left;
/*margin-right:12px;*/
width:100%;
}
#newfooter .colleftfoot {
margin-left:15px;
width:177px;
}
#newfooter .col1foot {
width:155px;
margin-left:165px;
}
#newfooter .col2foot {
width:126px;
}
#newfooter .col3foot {
width:145px;
}
#newfooter .col4foot {
width:120px;
}
#newfooter .col5foot {
width:120px;
}
#newfooter #color {
/* background-color:#ebebeb; */
background-color: #CCCCCC;
padding:20px 0px;
margin:0;
width:100%;
}
#newfooter .drop {
margin-top:20px;
}
.footerlist li{
font-family: Verdana, Geneva, sans-serif !important;
font-size: 11px;
color:#333;
}
</style>
<div id="newfooter">
<div id="color">
<!--<div class="colleftfoot">
<img src="images/logofooter.jpg" alt="Wanderfuls" style="display:none;"/>
</div>-->
<p class="flnk fbdr"><?php echo '<a href="' . tep_href_link('questions.php') . '">' . 'Questions</a>' ;?></p>
<p class="flnk fbdr"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL') . '">' . 'Order Status</a>' ;?></p>
<p class="flnk fbdr"><?php echo '<a href="' . tep_href_link('about_company.php') . '">' . 'Contact Us</a>' ;?></p>
<p class="flnk fbdr"><?php echo '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . MODULE_BOXES_INFORMATION_BOX_SHIPPING . '</a>' ;?></p>
<p class="flnk fbdr"> <?php echo '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . 'Terms and Conditions' . '</a>' ;?></p>
<p class="flnk fbdr"><?php echo '<a href="testimonial.php">Why Customers Love us</a>' ;?></p>
<p class="flnk fbdr"> <?php echo '<a href="about_product.php">What are Wanderfuls</a>' ;?></p>
<p class="flnk fit fbdr"> <?php echo '<a href="' . tep_href_link(FILENAME_DYNAMIC_SITEMAP) . '">' . 'Sitemap' . '</a>' ;?></p>
</div>
<!-- BEGIN: Google Trusted Stores -->
<script type="text/javascript">
var gts = gts || [];
gts.push(["id", "703829"]);
gts.push(["badge_position", "BOTTOM_RIGHT"]);
gts.push(["locale", "en_US"]);
gts.push(["google_base_offer_id", "ITEM_GOOGLE_SHOPPING_ID"]);
gts.push(["google_base_subaccount_id", "ITEM_GOOGLE_SHOPPING_ACCOUNT_ID"]);
gts.push(["google_base_country", "ITEM_GOOGLE_SHOPPING_COUNTRY"]);
gts.push(["google_base_language", "ITEM_GOOGLE_SHOPPING_LANGUAGE"]);
(function() {
var gts = document.createElement("script");
gts.type = "text/javascript";
gts.async = true;
gts.src = "https://www.googlecommerce.com/trustedstores/api/js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(gts, s);
})();
</script>
<!-- END: Google Trusted Stores -->
<div style="clear:both;background-color: #CCCCCC;width:100%;text-align:center;">
<p style="align:center;color:#333;margin:45px 0 20px 0;font-weight: normal !important;">Wanderfuls™ <br>All Rights Reserved 2014<br>
</p>
</div>
</div>
<div class="grid_24 footer" style="display:none;">
<div>
<p align="center"><?php echo FOOTER_TEXT_BODY; ?>
Wanderfuls™ <br>
All Rights Reserved 2014<br/>
</p>
</div>
<!-- Nivo Slider -->
<?php
if (($oscTemplate->hasBlocks('boxes_above_footer'))) {
?>
<div class="nivoSlider">
<div class="container_<?php echo $oscTemplate->getGridContainerWidth(); ?>">
<div class="boxes_above_footer"><?php echo $oscTemplate->getBlocks('boxes_above_footer'); ?></div>
</div>
</div>
<?php
}
?>
<!-- Nivo Slider -->
</div>
<div id="footerspacer">
</div>
<style>
.arrow{float: right;width: 10px;height: 10px; clear: both; background:url(images/arrowd.png) no-repeat; margin:-5px 5px 0 0; cursor:pointer;}
</style>
<!--
<div id="midquestionbar">
<div id="btn_tgl" class="arrow">
</div>
<h1>Need ideas? Want free design help? Call 1-888-294-4910</h1>
<p>One of our staff designers will custom design color combinations for you at no extra charge!</p>
</div>
-->
<?php
if ($banner = tep_banner_exists('dynamic', 'footer')) {
?>
<div class="grid_24" style="text-align: center; padding-bottom: 20px;">
<?php echo tep_display_banner('static', $banner); ?>
</div>
<?php
}
?>
<script type="text/javascript">
$('.productListTable tr:nth-child(even)').addClass('alt');
</script>
<script type="text/javascript">
$(document).ready(function(){
// toggle footer item
$("#btn_tgl").toggle( function(){
$("#footerspacer").css("height","10px");
$("#btn_tgl").css( {"background":"url(images/arrowu.png) no-repeat","margin":"-9px 5px 0 0" });
$("#midquestionbar").animate( { height:"5px" }, { queue:false, duration:500 });
},function(){
$("#footerspacer").css("height","70px");
$("#btn_tgl").css( { "background":"url(images/arrowd.png) no-repeat","margin":"-5px 5px 0 0" });
$("#midquestionbar").animate( { height:"70px" }, { queue:false, duration:500 });
});
});
</script>
<script type="text/javascript">
var _mfq = _mfq || [];
(function() {
var mf = document.createElement("script"); mf.type =
"text/javascript"; mf.async = true;
mf.src =
"//cdn.mouseflow.com/projects/55668a85-27c0-442c-b4b2-c91dbab28479.js";
document.getElementsByTagName("head")[0].appendChild(mf);
})();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3493709-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
// If the client supports replaceState, strip utm tags out of the query string after GA loads.
// Source: https://wistia.com/blog/fresh-url
ga(function () {
if (!window.history.replaceState) { return; }
var cleanSearch = window.location.search.replace(/utm_[^&]+&?/g, '').replace(/&$/, '').replace(/^\?$/, '');
window.history.replaceState({}, '', window.location.pathname + cleanSearch);
});
</script>
<!-- Start of LiveChat (www.livechatinc.com) code -->
<script type="text/javascript">
var __lc = {};
__lc.license = 6479331;
(function() {
var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
})();
</script>
<!-- End of LiveChat code -->