<?php get_header(); ?>& u/ r C2 \0 ~
3 `: G2 Y6 l7 E <div id="content">
0 n7 W' _' L# L, g2 c( G% n
: D' h* p7 o0 h! }0 ` <?php include(TEMPLATEPATH. '/includes/templates/breadcrumbs.php');
$ n/ `; V1 {) B( A4 O- O% ?
% C. G8 X8 }- l$ c rewind_posts();6 R" |2 n# H* Q ^' y
if (have_posts()) {9 G J/ U$ \# b$ D7 [1 {2 O
while (have_posts()) : the_post();
! t: E5 e, B U) U8 d- ^( ~ global $post;
$ q t/ O0 S ?6 M: n4 u include(TEMPLATEPATH. '/includes/templates/loop.php');& R0 w( x7 e B$ k J
$postcount++;
2 E" o- V9 ^: {# J- @( f6 B# N endwhile;
+ X0 {: E O' o1 T5 b" C( f- Y 9 N+ r* i4 R% @- D4 a
} else {
0 Q% i& z) u* v7 @, [( ~ include(TEMPLATEPATH. '/includes/templates/not-found.php');
; Q1 E+ n# L5 o9 ] }4 b1 G8 T8 s A6 N. I" V# C/ {
?>
( G. L% y' _7 ~# H$ | H
) @% Z; i. V$ C) a( Y- A( }8 F <div class="pagination">
5 l! S( \$ g) Y, J9 y! ]! s <?php if (function_exists('wp_pagenavi')) wp_pagenavi(); else { ?>
6 ^# u) l4 Z( f+ W) n6 {( L <div class="newer"><?php previous_posts_link(__('Newer Entries', 'themejunkie')) ?></div>! T: t. n1 k" I6 k8 y4 o
<div class="older"><?php next_posts_link(__('Older Entries', 'themejunkie')) ?></div>; I2 R) F4 D6 W( B: f( i8 e0 Z
<div class="clear"></div>
u4 M. Z, ^% o$ `( C# v: { <?php } ?>
" D6 a" r( O$ c7 Z' y8 t1 }8 U7 M </div><!--end .pagination-->
L1 ~: f# E [( j0 R( k0 R , W& `/ j. {) x( J
</div><!--end #content-->( C6 K5 J+ W2 w" v
, c0 O* C5 A4 w. E) l
<?php get_sidebar(); ?>
6 r, q7 e8 G7 L/ l
) C: c, C3 b) f6 E D<?php get_footer(); ?>/ |/ b. X& w- x' N9 ]) ^7 j. \/ b
: [3 |; J& V7 I; _. k* ~7 N+ ?, z7 Y
|