akhlesh_nagar

Untitled

Mar 15th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <?php if( is_active_sidebar('home-orange-sidebar_left') || is_active_sidebar('home-orange-sidebar_center') || is_active_sidebar('home-orange-sidebar_right') ) : ?>
  2.  
  3. <div class="top-contact-detail-section">
  4. <div class="container">
  5. <div class="row">
  6. <div class="col-md-12">
  7. <?php if( is_active_sidebar('home-orange-sidebar_left') ) :
  8. if ( function_exists('dynamic_sidebar')) :
  9. dynamic_sidebar( 'home-orange-sidebar_left' );
  10. endif;
  11. endif; ?>
  12. </div>
  13.  
  14.  
  15.  
  16.  
  17. </div>
  18. </div>
  19. </div>
  20.  
  21. <?php endif; ?>
  22. <div class="clearfix"></div>
Add Comment
Please, Sign In to add comment