Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'genesis_after_header', 'sk_shadow' );
- function sk_shadow() { ?>
- <div class="shadow-image">
- <div class="wrap">
- <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/menu-shadow.png" />
- </div>
- </div>
- <?php }
Advertisement
Add Comment
Please, Sign In to add comment