Advertisement
Gaspargg

SEARCH PHP AND RELEVANSII

Mar 13th, 2014
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. /**Search for Construct theme*/
  2.  
  3. <?php
  4. /**
  5. * Search Template
  6. *
  7. * @package Mysitemyway
  8. * @subpackage Template
  9. */
  10.  
  11. get_header(); ?>
  12.  
  13. <?php mysite_search(); ?>
  14.  
  15. <?php mysite_after_page_content(); ?>
  16.  
  17. <div class="clearboth"></div>
  18. </div><!-- #main_inner -->
  19. </div><!-- #main -->
  20.  
  21. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement