<?php
/**
* The Header for our theme
*
* Displays all of the <head>
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<meta name="format-detection" content="telephone=no">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php
sweetmielo_the_pageloader_overlay();
get_template_part( 'navbar' );
$pageheader_layout = sweetmielo_get_pageheader_layout();
$sweetmielo_header_class = sweetmielo_get_pageheader_class();
if ( $pageheader_layout != 'disabled' ) : ?>
<header class="page-header <?php echo esc_attr($sweetmielo_header_class); ?>">
<div class="container">
<?php
sweetmielo_the_h1();
sweetmielo_the_breadcrumbs();
?>
</div>
</header>
<?php endif; ?>
<div class="container main-wrapper">
Collect from depot Please note: "Collect from depot" means that we will deliver the Tandoor to the selected depot. Please ensure that you have adequate means at your disposal to collect the Tandoor from the depot.
Cart totals
Subtotal
$ 2,550.00
Shipping
Enter your address to view shipping options.
Total
$ 2,550.00 (includes $ 231.82 GST)
<?php
/**
* The template for displaying the footer
*/
?>
</div>
<?php
/**
* Footer subscribe block
*/
sweetmielo_the_subscribe_block();
/**
* Footer widgets area
*/
sweetmielo_the_footer_widgets();
/**
* Footer copyright
*/
sweetmielo_the_copyrights_section();
/**
* WordPress Core Function
*/
wp_footer();
?>
</body>
</html>