Guest User

Untitled

a guest
Jun 25th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]>
  3. <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  4. <!--[if IE 7]>
  5. <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  6. <!--[if IE 8]>
  7. <html class="no-js lt-ie9"> <![endif]-->
  8. <!--[if gt IE 8]><!-->
  9. <html <?php language_attributes(); ?>><!--<![endif]-->
  10. <head>
  11. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  12. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  13. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>" charset="<?php bloginfo('charset'); ?>" />
  14. <meta name="generator" content="WordPress <?php bloginfo('version'); ?>"/>
  15.  
  16. <link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" type="text/css" media="screen" />
  17. <?php $wl_theme_options=get_option('enigma_options_pro'); ?>
  18. <?php if($wl_theme_options['upload_image_favicon']!=''){ ?>
  19. <link rel="shortcut icon" href="<?php echo $wl_theme_options['upload_image_favicon']; ?>" />
  20. <?php } ?>
  21. <?php wp_head(); ?>
  22. </head>
  23. <?php
  24. if(get_background_image()) { ?>
  25. <body <?php body_class($wl_theme_options['layout_selector']); ?>>
  26. <?php } else { ?>
  27. <body <?php body_class($wl_theme_options['layout_selector']); ?> style='background-image: url("<?php echo WL_TEMPLATE_DIR_URI; ?>/images/bg-patterns/<?php echo $wl_theme_options['back_image']; ?>.png");'>
  28. <?php } ?>
  29. <div id="wrapper" class="<?php if( $wl_theme_options['mega_menu'] == 'on'){ ?> enigma_maga_menu <?php } ?>">
  30. <!-- Header Section -->
  31. <div class="header_section">
  32. <?php if(get_header_image()) { ?>
  33. <img style="position: absolute;" class="hd-img" src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="" /> <?php } ?>
  34. <div class="container" >
  35. <!-- Logo & Contact Info -->
  36. <div class="row ">
  37. <div class="col-md-6 col-sm-12 wl_rtl">
  38. <div claSS="logo">
  39. <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
  40. <?php
  41. if($wl_theme_options['upload_image_logo']!='')
  42. { ?>
  43. <img class="img-responsive" src="<?php echo $wl_theme_options['upload_image_logo']; ?>" style="height:<?php if($wl_theme_options['height']!='') { echo $wl_theme_options['height']; } else { "50"; } ?>px; width:<?php if($wl_theme_options['width']!='') { echo $wl_theme_options['width']; } else { "180"; } ?>px;" />
  44. <?php } else { echo get_bloginfo('name'); } ?>
  45. </a>
  46. <p><?php bloginfo( 'description' ); ?></p>
  47. </div>
  48. </div>
  49. <div class="col-md-6 col-sm-12">
  50. <ul class="head-contact-info">
  51. <?php if($wl_theme_options['contact_email']!='') { ?>
  52. <li><i class="fa fa-envelope"></i><a href="mailto:<?php echo $wl_theme_options['contact_email']; ?>"><?php echo _e($wl_theme_options['contact_email'],'weblizar'); ?></a></li>
  53. <?php } if($wl_theme_options['contact_phone_no']!='') { ?>
  54. <li><i class="fa fa-phone"></i><a href="tel:<?php echo $wl_theme_options['contact_phone_no']; ?>"><?php echo _e($wl_theme_options['contact_phone_no'],'weblizar'); ?></a></li>
  55. <?php } ?>
  56. </ul>
  57. <?php if($wl_theme_options['header_section_social_media_enbled']=="on") { ?>
  58. <ul class="social">
  59. <?php if($wl_theme_options['facebook_link']!='') { ?>
  60. <a href="<?php echo $wl_theme_options['facebook_link']; ?>" target="_blank"><li class="facebook" data-toggle="tooltip" data-placement="top" title="Facebook"><i class="fa fa-facebook"></i></li></a>
  61. <?php } if($wl_theme_options['twitter_link']!='') { ?>
  62. <a href="<?php echo $wl_theme_options['twitter_link']; ?>" target="_blank"><li class="twitter" data-toggle="tooltip" data-placement="top" title="Twiiter"><i class="fa fa-twitter"></i></li></a>
  63. <?php } if($wl_theme_options['dribble_link']!='') { ?>
  64. <a href="<?php echo $wl_theme_options['dribble_link']; ?>" target="_blank"><li class="dribbble" data-toggle="tooltip" data-placement="top" title="Dribble"><i class="fa fa-dribbble"></i></li></a>
  65. <?php } if($wl_theme_options['linkedin_link']!='') { ?>
  66. <a href="<?php echo $wl_theme_options['linkedin_link']; ?>" target="_blank"><li class="linkedin" data-toggle="tooltip" data-placement="top" title="Linkedin"><i class="fa fa-linkedin"></i></li></a>
  67. <?php } if($wl_theme_options['youtube_link']!='') { ?>
  68. <a href="<?php echo $wl_theme_options['youtube_link']; ?>" target="_blank"><li class="youtube" data-toggle="tooltip" data-placement="top" title="Youtube"><i class="fa fa-youtube"></i></li></a>
  69. <?php } if($wl_theme_options['google_plus']!='') { ?>
  70. <a href="<?php echo $wl_theme_options['google_plus']; ?>" target="_blank"><li class="Googleplus" data-toggle="tooltip" data-placement="bottom" title="Googleplus"><i class="fa fa-google"></i></li></a>
  71. <?php } if($wl_theme_options['flicker_link']!='') { ?>
  72. <a href="<?php echo $wl_theme_options['flicker_link']; ?>" target="_blank"><li class="flicker" data-toggle="tooltip" data-placement="bottom" title="Flicker"><i class="fa fa-flickr"></i></li></a>
  73. <?php } if($wl_theme_options['instagram_link']!='') { ?>
  74. <a href="<?php echo $wl_theme_options['instagram_link']; ?>" target="_blank"><li class="instagram" data-toggle="tooltip" data-placement="bottom" title="Instagram"><i class="fa fa-instagram"></i></li></a>
  75. <?php } ?>
  76. </ul>
  77. <?php } ?>
  78. </div>
  79. </div>
  80. <!-- /Logo & Contact Info -->
  81. </div>
  82. </div>
  83. <!-- /Header Section -->
  84. <!-- Navigation menus -->
  85. <div class="navigation_menu " data-spy="affix" data-offset-top="95" id="<?php if($wl_theme_options['header_position']=='fixed') { echo "enigma_nav_top"; } ?>">
  86. <span id="header_shadow"></span>
  87. <div class="container navbar-container" >
  88. <nav class="navbar navbar-default " role="navigation">
  89. <div class="navbar-header">
  90. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#menu">
  91. <span class="sr-only"><?php _e('Toggle navigation','weblizar'); ?></span>
  92. <span class="icon-bar"></span>
  93. <span class="icon-bar"></span>
  94. <span class="icon-bar"></span>
  95. </button>
  96. </div>
  97. <div id="menu" class="collapse navbar-collapse ">
  98. <?php wp_nav_menu( array(
  99. 'theme_location' => 'primary',
  100. 'menu_class' => 'nav navbar-nav',
  101. 'fallback_cb' => 'weblizar_fallback_page_menu',
  102. 'walker' => new weblizar_nav_walker(),
  103. )
  104. ); ?>
  105. </div>
  106. </nav>
  107. </div>
  108. </div>
  109. <!-- /Navigation menus -->
Add Comment
Please, Sign In to add comment