File: /virtual/nagasaki/public_html/shop/wp-content/themes/riffles_ver1.1/header-nomenu.php
<?php
/**
* @package Riffles
* @link http://www.u-hg.com/
* @author RiffleHatch
* @copyright Copyright (c)2014 RiffleHatch
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php wp_title('–', true, 'right'); ?></title>
<?php wp_head(); ?>
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon/favicon.ico" type="image/vnd.microsoft.icon">
</head>
<body <?php body_class(); ?>>
<header id="header">
<div class="row clear">
<div class="site-title col col-4 tablet-col-4 mobile-full">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
<h1 class="text-center"><?php bloginfo( 'name' ); ?></h1>
<p class="text-center descriptionp"><?php bloginfo( 'description' ); ?></p>
</a>
</div>
</div><!-- row -->
</header>