HOME


Mini Shell 1.0
DIR: /home/otwalrll/.trash/wp-content/themes/magplus/
Upload File :
Current File : /home/otwalrll/.trash/wp-content/themes/magplus/header.php
<?php
/**
 * Header file
 *
 * @package magplus
 * @since 1.0
 */
?>
<!doctype html>
<html class="no-js" <?php language_attributes(); ?>>
  <head>
    <meta charset="<?php bloginfo('charset'); ?>">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <?php wp_head(); ?>
  </head>
  <body <?php body_class(); ?>>

  <div id="wrapper">

  <?php magplus_loader(); ?>
  <?php magplus_sideheader(); ?>
  <?php search_popup(); ?>
  <?php magplus_popup(); ?>

  <div id="content-wrapper">
  <?php magplus_header_template(magplus_get_opt('header-template')); ?>
  <?php get_template_part('templates/title-wrapper/default'); ?>