Current File : /home/kelaby89/babyl0n.restaurant/wp-content/themes/restar/header.php
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
    <meta charset="<?php bloginfo('charset'); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <?php wp_head();?>
</head>
<body <?php body_class(); ?>>

<?php
    wp_body_open();

    /**
    *
    * Preloader
    *
    * Hook restar_preloader_wrap
    *
    * @Hooked restar_preloader_wrap_cb 10
    *
    */
    do_action( 'restar_preloader_wrap' );

    if( ! restar_opt('restar_header_sticky')){ ?>
        <div id="smooth-wrapper">
            <div id="smooth-content">
    <?php }

    /**
    *
    * restar header
    *
    * Hook restar_header
    *
    * @Hooked restar_header_cb 10
    *
    */
    do_action( 'restar_header' );

    if( restar_opt('restar_header_sticky')) { ?>
        <div id="smooth-wrapper">
            <div id="smooth-content">
    <?php }
    
    /**
    *
    * restar breadcrumb
    *
    * Hook restar_breadcrumb
    *
    * @Hooked restar_breadcrumb_cb 10
    *
    */
    do_action( 'restar_breadcrumb' );
Page not found – Hello World !