pratikshrestha

Additional Social Icons

Mar 7th, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.96 KB | None | 0 0
  1. /**
  2.  * Override Parent Header Right option
  3.  *
  4.  * @since Catch Responsive 1.0
  5.  */
  6. function catchresponsive_header_right() { ?>
  7.     <aside class="sidebar sidebar-header-right widget-area">
  8.         <section class="widget widget_search" id="header-right-search">
  9.             <div class="widget-wrap">
  10.                 <?php echo get_search_form(); ?>
  11.             </div>
  12.         </section>
  13.         <?php if ( '' != ( $catchresponsive_social_icons = catchresponsive_get_social_icons() ) ) { ?>
  14.             <section class="widget widget_catchresponsive_social_icons" id="header-right-social-icons">
  15.                 <div class="widget-wrap">
  16.                     <?php echo $catchresponsive_social_icons; ?>
  17.                     <a target="_blank" title="Chris Keaton" href="//www.imdb.com/name/nm3465060/"><img src="http://ia.media-imdb.com/images/M/MV5BMTgyOTIzMTA0NV5BMl5BcG5nXkFtZTcwMTA3MDg2OA@@._V1_.png"/>
  18.                 </div><!-- .widget-wrap -->
  19.             </section><!-- #header-right-social-icons -->
  20.         <?php
  21.         } ?>
  22.     </aside><!-- .sidebar .header-sidebar .widget-area -->
  23. <?php
  24. }
Advertisement
Add Comment
Please, Sign In to add comment