sdobwm

Untitled

Aug 7th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  3. <head>
  4. <!--[if IE]>
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <![endif]-->
  7.  
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  10. <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
  11. <link rel="profile" href="http://gmpg.org/xfn/11" />
  12. <?php $wallstreet_pro_options=theme_data_setup();
  13. $current_options = wp_parse_args( get_option( 'wallstreet_pro_options', array() ), $wallstreet_pro_options ); ?>
  14. <?php if($current_options['upload_image_favicon']!=''){ ?>
  15. <link rel="shortcut icon" href="<?php echo $current_options['upload_image_favicon']; ?>" />
  16. <?php } wp_head(); ?>
  17. </head>
  18. <body <?php body_class(); ?>>
  19. <!--Header Top Layer Section-->
  20. <div class="navbar navbar-wrapper navbar-inverse navbar-static-top" role="navigation">
  21. <div class="header-top-area">
  22. <div class="container">
  23. <div class="row">
  24. <div class="col-sm-6">
  25. <?php if($current_options['header_social_media_enabled']==true) { ?>
  26. <ul class="head-contact-social">
  27. <?php if($current_options['social_media_twitter_link']!='') { ?>
  28. <li><a href="<?php echo $current_options['social_media_twitter_link']; ?>"><i class="fa fa-twitter"></i></a></li>
  29. <?php }
  30. if($current_options['social_media_facebook_link']!='') { ?>
  31. <li><a href="<?php echo $current_options['social_media_facebook_link']; ?>"><i class="fa fa-facebook"></i></a></li>
  32. <?php }
  33. if($current_options['social_media_googleplus_link']!='') { ?>
  34. <li><a href="<?php echo $current_options['social_media_googleplus_link']; ?>"><i class="fa fa-google-plus"></i></a></li>
  35. <?php }
  36. if($current_options['social_media_linkedin_link']!='') { ?>
  37. <li><a href="<?php echo $current_options['social_media_linkedin_link']; ?>"><i class="fa fa-linkedin"></i></a></li>
  38. <?php }
  39. if($current_options['social_media_pinterest_link']!='') { ?>
  40. <li><a href="<?php echo $current_options['social_media_pinterest_link']; ?>"><i class="fa fa-pinterest"></i></a></li>
  41. <?php }
  42. if($current_options['social_media_youtube_link']!='') { ?>
  43. <li><a href="<?php echo $current_options['social_media_youtube_link']; ?>"><i class="fa fa-youtube"></i></a></li>
  44. <?php }
  45. if($current_options['social_media_skype_link']!='') { ?>
  46. <li><a href="<?php echo $current_options['social_media_skype_link']; ?>"><i class="fa fa-skype"></i></a></li>
  47. <?php }
  48. if($current_options['social_media_rssfeed_link']!='') { ?>
  49. <li><a href="<?php echo $current_options['social_media_rssfeed_link']; ?>"><i class="fa fa-rss"></i></a></li>
  50. <?php }
  51. if($current_options['social_media_wordpress_link']!='') { ?>
  52. <li><a href="<?php echo $current_options['social_media_wordpress_link']; ?>"><i class="fa fa-wordpress"></i></a></li>
  53. <?php }
  54. if($current_options['social_media_dropbox_link']!='') { ?>
  55. <li><a href="<?php echo $current_options['social_media_dropbox_link']; ?>"><i class="fa fa-dropbox"></i></a></li>
  56. <?php } ?>
  57. </ul>
  58. <?php } ?>
  59. </div>
  60.  
  61. <div class="col-sm-6">
  62. <?php if($current_options['contact_header_settings']=="on") { ?>
  63. <ul class="head-contact-info">
  64. <?php if($current_options['contact_phone_number_one']!=''){ ?>
  65. <li><i class="fa fa-phone-square"></i>+<?php echo $current_options['contact_phone_number_one']; ?></li>
  66. <?php } ?>
  67. <?php if($current_options['contact_email_number_one']!=''){ ?>
  68. <li><i class="fa fa-envelope"></i><?php echo $current_options['contact_email_number_one']; ?></li>
  69. <?php } ?>
  70. </ul>
  71. <?php } ?>
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. <!--/Header Top Layer Section. This is a test comment-->
  77.  
  78. <!--Header Logo & Menus-->
  79.  
  80. <div class="container">
  81.  
  82. <!-- Brand and toggle get grouped for better mobile display -->
  83. <div class="navbar-header">
  84. <!-- logo -->
  85. <a class="navbar-brand" href="<?php echo home_url( '/' ); ?>">
  86. <?php
  87. if($current_options['text_title'] ==true)
  88. { echo "<div class=wallstreet_title_head>" . get_bloginfo( ). "</div>"; }
  89. else if($current_options['upload_image_logo']!='')
  90. { ?>
  91. <img src="<?php echo $current_options['upload_image_logo']; ?>" style="height:<?php if($current_options['height']!='') { echo $current_options['height']; } else { "50"; } ?>px; width:<?php if($current_options['width']!='') { echo $current_options['width']; } else { "250"; } ?>px;" alt="logo" />
  92. <?php } else { ?>
  93. <img src="<?php echo WEBRITI_TEMPLATE_DIR_URI; ?>/images/logo.png" class="img-responsive" alt="logo" />
  94. <?php } ?>
  95. </a>
  96. </a><!-- /logo -->
  97. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  98. <span class="sr-only">Toggle navigation</span>
  99. <span class="icon-bar"></span>
  100. <span class="icon-bar"></span>
  101. <span class="icon-bar"></span>
  102. </button>
  103. </div>
  104. <!-- Collect the nav links, forms, and other content for toggling -->
  105. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  106. <?php
  107. wp_nav_menu( array(
  108. 'theme_location' => 'primary',
  109. 'container' => 'nav-collapse collapse navbar-inverse-collapse',
  110. 'menu_class' => 'nav navbar-nav navbar-right',
  111. 'fallback_cb' => 'webriti_fallback_page_menu',
  112. 'walker' => new webriti_nav_walker()
  113. )
  114. );
  115. ?>
  116. </div><!-- /.navbar-collapse -->
  117. </nav>
  118. </div>
  119. </div>
Add Comment
Please, Sign In to add comment