????
| Current Path : /home2/morganrand/www/store/includes/ |
| Current File : /home2/morganrand/www/store/includes/footer.php.bak |
<?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(FILENAME_CONTACT_US) . '">' . MODULE_BOXES_INFORMATION_BOX_CONTACT . '</a>' ;?></p>
<p class="flnk fbdr"><?php echo '<a href="' . tep_href_link('questions.php') . '">' . 'Question</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') . '">' . 'About 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 fit fbdr"><?php echo '<a href="testimonial.php">Why Customers Love us</a>' ;?></p>
<p class="flnk fit"> <?php echo '<a href="about_product.php">What are Wanderfuls</a>' ;?></p>
</div>
<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</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
</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>