| Line |  | 
|---|
| 1 | <?php get_header(); ?> | 
|---|
| 2 |  | 
|---|
| 3 | <div id="xpress_wrap"> | 
|---|
| 4 |  | 
|---|
| 5 | <?php if(is_sidbar_disp()) : ?> | 
|---|
| 6 |  | 
|---|
| 7 | <div id="xpress_content" class="narrowcolumn"> | 
|---|
| 8 |  | 
|---|
| 9 | <?php else : ?> | 
|---|
| 10 |  | 
|---|
| 11 | <div id="xpress_content" class="narrowcolumn_nonside"> | 
|---|
| 12 |  | 
|---|
| 13 | <?php endif; ?> | 
|---|
| 14 |  | 
|---|
| 15 | <div id="xpress_header"> | 
|---|
| 16 | <div id="xpress_headerimg"> | 
|---|
| 17 | <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> | 
|---|
| 18 | <div class="description"><?php bloginfo('description'); ?></div> | 
|---|
| 19 | </div> | 
|---|
| 20 | </div> | 
|---|
| 21 |  | 
|---|
| 22 | <?php if (have_posts()) : while (have_posts()) : the_post(); ?> | 
|---|
| 23 | <div class="post" id="post-<?php the_ID(); ?>"> | 
|---|
| 24 | <?php if (function_exists('hotDates')) { hotDates(); }?> | 
|---|
| 25 | <h2><?php the_title(); ?></h2> | 
|---|
| 26 | <div class="entry"> | 
|---|
| 27 | <?php the_content('<p class="serif">' . __('Read the rest of this page »', 'kubrick') . '</p>'); ?> | 
|---|
| 28 |  | 
|---|
| 29 | <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> | 
|---|
| 30 |  | 
|---|
| 31 | </div> | 
|---|
| 32 | </div> | 
|---|
| 33 | <?php endwhile; endif; ?> | 
|---|
| 34 | <?php edit_post_link(__('Edit this entry.', 'kubrick'), '<p>', '</p>'); ?> | 
|---|
| 35 |  | 
|---|
| 36 | </div> | 
|---|
| 37 | </div> | 
|---|
| 38 |  | 
|---|
| 39 | <?php get_sidebar(); ?> | 
|---|
| 40 |  | 
|---|
| 41 | <?php get_footer(); ?> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.