File "header.php"
Full Path: /home/arielcor/public_html/wp-content/themes/pisces/header.php
File size: 742 bytes
MIME-type: text/html
Charset: utf-8
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<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 do_action('pisces/action/before_render_body'); ?>
<div id="page" class="site">
<div class="site-inner"><?php
Pisces()->layout->render_header_tpl();
Pisces()->layout->render_header_mobile_tpl();
Pisces()->layout->render_page_title_bar_layout_tpl();