- <?php get_header(); ?>
- <!-- Show the welcome box and slideshow only on first page. Makes for better pagination. -->
- <?php if ( $paged < 1 ) { ?>
- <!-- Begin Welcome Box -->
- <?php if (is_home()) include (THEMELIB . '/apps/welcomebox.php'); ?>
- <!-- Begin Blog -->
- <?php include (THEMELIB . '/apps/blog.php'); ?>
- <!-- End Better Pagination -->
- <?php } ?>
- <!-- Begin Footer -->
- <?php get_footer(); ?>