Advertisement
unixunderground

Untitled

Jul 7th, 2011
82
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. iBlogPro3 Copyright (C) 2008-2010 Andrew Powers, PageLines.com (andrew AT pagelines DOT com)
  4.  
  5. Licensed under the terms of GPL
  6. */
  7.  
  8. global $pagelines;
  9.  
  10.  
  11. get_header();
  12. if(pagelines('featureblog') && VPRO) include(PRO.'/template_feature.php');
  13. include(THEME_LIB.'/template_posts.php');
  14. get_footer();
  15.  
  16.  
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement