Advertisement
srikat

Untitled

Aug 26th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if( is_active_sidebar( 'home-image' ) ){
  2. genesis_widget_area( 'home-image', array(
  3. 'before' => '<div class="home-image widget-area" style="height:'.$minHeight.';">',
  4. 'after' => '</div></div></div>',
  5. ) );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement