Guest User

Untitled

a guest
Apr 15th, 2016
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <?php get_header();?>
  2. <!-- Header Strip -->
  3. <div class="hero-unit-small">
  4. <div class="container">
  5. <div class="row-fluid about_space">
  6. <h2 class="page_head pull-left"><?php the_title();?></h2>
  7. <form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
  8. <div class="input-append search_head pull-right">
  9. <input type="text" name="s" id="s" placeholder="<?php esc_attr_e( "Search", 'rambo' ); ?>" />
  10. <button type="submit" class="Search_btn" name="submit" ><?php esc_attr_e( "Go", 'rambo' ); ?></button>
  11. </div>
  12. </form>
  13. </div>
  14. </div>
  15. </div>
  16. <div class="container">
  17. <div id="brdcum" class="row">
  18. <?php if(function_exists('bcn_display'))
  19. {
  20. bcn_display();
  21. }?></div> </div>
  22.  
  23.  
  24. <div class="for_mobile">
  25. <!-- /Header Strip -->
Add Comment
Please, Sign In to add comment