Shadow-Here


Server : Apache
System : Linux methusalix2 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
User : hios ( 1437)
PHP Version : 5.6.40-0+deb8u12
Disable Function : proc_close,proc_open,dl,shell_exec,passthru
Directory :  /home/hios/public_html/wp-content/themes/theme-boilerplate/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :
Current File : /home/hios/public_html/wp-content/themes/theme-boilerplate/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
        <title><?php wp_title(); ?></title>
        <link href="<?php bloginfo('template_url'); ?>/img/favicon.ico" rel="icon" type="image/x-icon">
    	<script src="https://use.typekit.net/mfu3npj.js"></script>
    	<script>try {Typekit.load({async: true});} catch (e) {}</script>
        <?php wp_head(); ?>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-96911804-1', 'auto');
  ga('send', 'pageview');

</script>
    </head>
	    <body <?php body_class(); ?>>
	    <div class="page">
	        <header class="header">
		        <div class="container">
		            <div class="row">
		                <div class="col-xs-12 hidden-xs">
		                    <nav class="mainnav">
		                        <?php
		                        	wp_nav_menu( array(
									    'menu'           => 'Main-Menu'
									) );
		                        ?>
		                    </nav>
		                </div>
		            </div>
		            <div class="row">
		            	<div class="hidden-sm hidden-lg hidden-md col-xs-12">
		                    <div class="mmenu-toggle">
		                    	<span></span>
		                    	<span></span>
		                    	<span></span>
		                    </div>
		                    <nav class="mmenu">
	                            <?php
		                        	wp_nav_menu( array(
									    'menu'           => 'Main-Menu'
									) );
		                        ?>
		                    </nav>
		            	</div>
		            </div>
		        </div>
	        </header>

Samx