Pastoid

The page you are looking at now is at this URL: http://pastoid.com/bzo

This paste was last updated on February 6, 2010 at 10:38 pm.

Pasted Coderaw

<?php include 'header.php'; ?>
<?php $post = $posts[0]; ?>
<div id="image">
	<div class="main_image">
		<a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>">
			<?php 
				preg_match('#<img[^>]+>#is', $post->content_out, $post_image);
				echo $post_image[0];
			?>
		</a>
		<div class="image_title">
			<a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>">
				<?php echo $post->title_out; ?>
			</a>
		</div>
	</div>
</div>
 
 
<?php include 'footer.php'; ?>

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 4
Is this paste spam?
<Hide