<?php
	$e = $this->item;

	?>

<li>
	<a href="<?php echo $this->baseUrl( $e->url ); ?>">
				<?php echo $e->title; ?></h2>
	</a>
</li>
