Advertisement
Guest User

search.php

a guest
Feb 6th, 2013
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php
  2. /**
  3. * Search Template
  4. *
  5. * @package Alliase
  6. * @subpackage Template
  7. */
  8.  
  9. get_header(); ?>
  10.  
  11. <?php alli_search(); ?>
  12.  
  13. <?php alli_after_page_content(); ?>
  14.  
  15. <div class="clearboth"></div>
  16. </div><!-- #main_inner -->
  17. </div><!-- #main -->
  18.  
  19. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement