Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html <?php language_attributes();?>>
  3. <head>
  4. <meta charset="<?php echo get_bloginfo('charset'); ?>"/>
  5. <?php if (carzine_option('favicon',OPTIONS_PREFIX.'general','')):?>
  6. <link rel="icon" href="<?php echo esc_url(carzine_option('favicon',OPTIONS_PREFIX.'general','')); ?>" type="image/x-icon">
  7. <?php endif; ?>
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <link rel="pingback" href="<?php echo get_bloginfo('pingback_url'); ?>" />
  10. <?php wp_head(); ?>
  11. </head>
  12. <body <?php body_class(); ?>>
  13.  
  14. <?php get_template_part('theme_includes/top_date_and_social_area');?>
  15. <?php get_template_part('theme_includes/logo_area');?>
  16. <?php get_template_part('theme_includes/menu_area');?>
  17. <?php get_template_part('theme_includes/header_image_area');?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement