<?php include_from_template('header.php'); ?>
<h2><?php image_name(); ?></h2>
<p>
<a href="<?php image_url(); ?>">
<img src="<?php image_url(); ?>" alt="<?php image_name(); ?>" class="fullsize" />
</a>
</p>
<p>
<?php image_description(); ?>
</p>
<div>
<?php image_attribute_values(); ?>
</div>
<?php back_to_search_results(); ?>
<?php include_from_template('footer.php'); ?>