Untitled diff

Created Diff never expires
14 removals
35 lines
76 additions
97 lines
<?php
<?php
/**
/**
* The template for displaying the footer.
* The template for displaying the footer.
*
*
* Contains the closing of the id=main div and all content after
* Contains the closing of the id=main div and all content after
*
*
* @package WordPress
* @package WordPress
* @subpackage Twenty_Eleven
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
* @since Twenty Eleven 1.0
*/
*/
?>
?>
</div><!-- #main -->
</div><!-- #main -->
<footer id="colophon" role="contentinfo">
<footer id="colophon" role="contentinfo">
<div class="footer_link_panel">
<?php
<h4><a href="https://www.everythingbutordinary.co.uk/about/">About Us</a></h4>
/* A sidebar in the footer? Yep. You can can customize
<ul>
* your footer with three columns of widgets.
<li>&gt; <a href="https://www.everythingbutordinary.co.uk/services/contact/">Contact us</a></li>
*/
<li>&gt; <a href="https://www.everythingbutordinary.co.uk/about/the-team/">Meet the Team</a></li>
if ( ! is_404() )
<li>&gt; <a href="https://www.everythingbutordinary.co.uk/news/">Company News</a></li>
get_sidebar( 'footer' );
</ul>
?>
</div>
<div class="footer_link_panel">
<div id="site-generator">
<h4><a href="https://www.everythingbutordinary.co.uk/services/">Customer Service</a></h4>
<?php do_action( 'twentyeleven_credits' ); ?>
<ul>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>
<li>&gt; <a href="https://www.everythingbutordinary.co.uk/services/delivery/">Delivery information</a></li>
</div>
<li>&gt; <a href="https://www.everythingbutordinary.co.uk/services/returns/">Returns &amp; Refunds</a></li>
<li>&gt; <a href="https://www.everythingbutordinary.co.uk/services/general/">General</a></li>
</ul>
</div>
<div class="footer_link_panel">
<h4><a href="https://www.everythingbutordinary.co.uk/help/">Here to Help</a></h4>
<ul>
<!--<li>&gt; <a href="https://www.everythingbutordinary.co.uk/help/gold-club/">Gold Club</a></li>-->
<li>&gt; <a href="https://www.everythingbutordinary.co.uk/services/trade-enquiries/">Trade Enquiries</a></li>
<li>&gt; <a href="https://www.everythingbutordinary.co.uk/help/site-map/">Site map</a></li>
</ul>
</div>
<div class="footer_link_panel">
<h4>Using this Site</h4>
<ul>
<li>&gt; <a href="https://www.everythingbutordinary.co.uk/help/terms/">Terms &amp; Conditions</a></li>
<li>&gt; <a href="https://www.everythingbutordinary.co.uk/help/privacy/">Security &amp; Privacy</a></li>
<li>&gt; <a href="https://www.everythingbutordinary.co.uk/help/cookies/">Cookie information</a></li>
</ul>
</div>
<div class="footer_grey_box">
<p>EBO<br/>everything but ordinary</p>
</div>
</footer><!-- #colophon -->
</footer><!-- #colophon -->
<div id="footer_extra">
<p>&copy; Copyright <?php echo(date('Y')); ?> <a href="https://www.dreamdesign.co.uk"/ title="Dream Design" rel="external">Dream Design Interiors Limited</a></p>
<p><a href="https://www.facebook.com/pages/Dream-Design/113832328649000" class="fb">Add us on Facebook</a></p>
<!--<p><a href="https://www.twitter.com/" class="tw">Follow us on Twitter</a></p>-->
</div>
</div><!-- #page -->
</div><!-- #page -->
<?php //wp_footer(); ?>
<div id="credit">
<p><a href="https://www.dusza.co.uk/">Web Design</a> by Dusza</p>
</div>
<script type='text/javascript'>
/* <![CDATA[ */
var lumeboxOptions = {"graphicsDir":"https:\/\/www.everythingbutordinary.co.uk\/wp-content\/plugins\/marketpress\/marketpress-includes\/lightbox\/style\/"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.everythingbutordinary.co.uk/wp-content/plugins/marketpress/marketpress-includes/lightbox/js/jquery.lumebox.min.js?ver=2.5.1'></script>
<script type="text/javascript">
function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i<anchors.length; i++) {
var anchor = anchors[i];
if (anchor.getAttribute("href") &&
anchor.getAttribute("rel") == "external")
anchor.target = "_blank";
}
}
window.onload = function() {
externalLinks();
}
</script>
<?php wp_footer(); ?>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35227704-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
<?php wp_footer(); ?>
</script>
</body>
</body>
</html>
</html>