File: /home/httpd/html/milftube1.com/wp-content/themes/tube-template/gallery.php
<?php
/*
Template Name: Gallery
*/
?>
<?php get_header(); ?>
<div id="wrapper">
<div id="contentwrapper">
<div id="content">
<?php query_posts(''); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id="galleryitem">
<div id="covershot"><a href="<?php the_permalink() ?>" class="thetip" Title="<?php the_title() ?> :: Click here to view this video"><?php the_excerpt(); ?></a></div>
<div id="post-title"><a href="<?php the_permalink() ?>"><h5><?php the_title() ?></h5></a></div>
<div id="galleryratings"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></div>
</div>
<?php endwhile; ?>
<?php else : ?>
<div id="item">
<h3>No matching results</h3>
<p>You seem to have found a mis-linked page or search query with no associated results. Please trying your search again. If you feel that you should be staring at something a little more concrete, feel free to email the author of this site or browse the archives.</p>
</div>
<?php endif; ?>
<div id="pagination">
<?php next_posts_link('<span class="navforward"></span>') ?><?php previous_posts_link('<span class="navback"></span>') ?>
</div>
</div>
<?php include (TEMPLATEPATH . '/sidebar_gallery.php'); ?>
</div>
</div>
<?php get_footer(); ?>