srikat

Untitled

Jan 5th, 2015
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. add_action( 'genesis_after_header', 'sk_shadow' );
  2. function sk_shadow() { ?>
  3.     <div class="shadow-image">
  4.         <div class="wrap">
  5.             <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/menu-shadow.png" />
  6.         </div>
  7.     </div>
  8. <?php }
Advertisement
Add Comment
Please, Sign In to add comment