Guest User

Untitled

a guest
Jun 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <?php global $woocommerce;
  2. if ( sizeof( WC()->cart->get_cart() ) < 1 ) { ?>
  3. <div style="width: 25%;" class="footer-section <?php echo esc_html($woo);?>">
  4. <a href="<?php echo get_home_url();?>" title="Main"><i class="fa fa-home"></i></a>
  5. </div>
  6. <?php } else { ?>
  7. <div style="width: 20%;" class="footer-section <?php echo esc_html($woo);?>">
  8. <a href="<?php echo get_home_url();?>" title="Main"><i class="fa fa-home"></i></a>
  9. </div>
  10. <?php } ?>
Add Comment
Please, Sign In to add comment