<?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">

Showing all 2 results

  • Tandoor Ataman

    Tandoor Ataman

    More info
    One of our largest Tandoors, the Ataman (Cossack) has the capability to feed an army of hungry guests. Height 108cm, Mouth Diameter 32cm, Belly Diameter 61cm and weight ...
    $1,675.00 Inc. GST View Product
  • Tandoor Samarkand

    Tandoor Samarkand

    More info
    The Samarkand is our largest, most regal tandoor oven and feeds a legion of guests with ease. Height 113cm, Belly Diameter 68cm, Mouth Diameter 31cm, Wall Thickness 7cm and ...
    $1,775.00 Inc. GST View Product
<?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>