?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/



?? Go up: /home/webdevt/www/wdp/wp-content/themes

?? Viewing: header.php

<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
    <?php edgtf_quadric_wp_title(); ?>
    <?php
    /**
     * @see edgt_quadric_header_meta() - hooked with 10
     * @see edgt_user_scalable - hooked with 10
     */
    ?>
	<?php do_action('edgtf_quadric_header_meta'); ?>

	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
<?php edgtf_quadric_get_side_area(); ?>
<div class="edgtf-wrapper">
    <div class="edgtf-wrapper-inner">
        <?php edgtf_quadric_get_header(); ?>

        <?php if(edgtf_quadric_options()->getOptionValue('show_back_button') == "yes") { ?>
            <a id='edgtf-back-to-top'  href='#'>
                <span class="edgtf-icon-stack">
                     <?php
                        edgtf_quadric_icon_collections()->getBackToTopIcon('font_elegant');
                    ?>
                </span>
				<span class="edgtf-back-to-top-icon-hover">
						 <?php edgtf_quadric_icon_collections()->getBackToTopIcon('font_elegant'); ?>
				</span>
            </a>
        <?php } ?>

        <div class="edgtf-content" <?php edgtf_quadric_content_elem_style_attr(); ?>>
            <div class="edgtf-content-inner">


??

??