Advertisement
Guest User

Untitled

a guest
Jul 12th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2. /*
  3. * rt-theme search
  4. */
  5. get_header();
  6. ?>
  7.  
  8. <!-- content -->
  9. <div class="content sub">
  10. <!-- Page navigation-->
  11. <div class="breadcrumb"><span><?php rt_breadcrumb('search'); ?></span></div>
  12. <!-- /Page navigation-->
  13.  
  14. <?php get_template_part( 'loop', 'index' );?>
  15.  
  16. </div>
  17. <!-- content -->
  18. <?php get_footer();?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement