Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Override Parent Header Right option
- *
- * @since Catch Responsive 1.0
- */
- function catchresponsive_header_right() { ?>
- <aside class="sidebar sidebar-header-right widget-area">
- <section class="widget widget_search" id="header-right-search">
- <div class="widget-wrap">
- <?php echo get_search_form(); ?>
- </div>
- </section>
- <?php if ( '' != ( $catchresponsive_social_icons = catchresponsive_get_social_icons() ) ) { ?>
- <section class="widget widget_catchresponsive_social_icons" id="header-right-social-icons">
- <div class="widget-wrap">
- <?php echo $catchresponsive_social_icons; ?>
- <a target="_blank" title="Chris Keaton" href="//www.imdb.com/name/nm3465060/"><img src="http://ia.media-imdb.com/images/M/MV5BMTgyOTIzMTA0NV5BMl5BcG5nXkFtZTcwMTA3MDg2OA@@._V1_.png"/>
- </div><!-- .widget-wrap -->
- </section><!-- #header-right-social-icons -->
- <?php
- } ?>
- </aside><!-- .sidebar .header-sidebar .widget-area -->
- <?php
- }
Advertisement
Add Comment
Please, Sign In to add comment