Advertisement
Guest User

Untitled

a guest
May 26th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl-PL">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  6.     <link rel="icon"  href="<?php bloginfo('template_directory'); ?>/favicon.ico">
  7.         <link rel='stylesheet' href='<?php bloginfo('stylesheet_url'); ?>' type='text/css' media='all' />
  8.         <link rel='stylesheet' href='<?php bloginfo('template_directory'); ?>/css/basic.css' type='text/css' media='all' />
  9.         <link rel='stylesheet' href='<?php bloginfo('template_directory'); ?>/css/responsive.css' type='text/css' media='all' />
  10.         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
  11.         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  12.         <script src="<?php bloginfo('template_directory'); ?>/js/tools.js"></script>
  13.         <?php wp_head(); ?>    
  14.     </head>
  15.     <body>
  16.         <div id="page">
  17.             <header id="header">
  18.                 <div style="display: none" class="maxWidth">
  19.                     <a id ="logo" href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>">
  20.                         <img src ="<?php bloginfo('template_directory'); ?>/img/logo.png"/>
  21.                     </a>
  22.                     <?php wp_nav_menu( array( 'theme_location' =>  'primary' ) ); ?>
  23.                     <div class="clear"></div>
  24.                 </div>
  25.             </header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement