Pastoid

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

This paste was last updated on June 14, 2009 at 9:28 pm.

Pasted Coderaw

<div class="section box span-5 last">
	<h2>Updates</h2>
	<?php
	$updates = (array) $updates;
	if ( $post = reset($updates) ) : ?>
	<div class="entry">
		<h4><a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>"><?php echo $post->title_out; ?></a></h4>
		<?php echo $post->content_excerpt; ?>
	</div>
	<h5>More Updates</h5>
	<ul>
	<?php while ( $post = next($updates) ) {
	  echo "<a href='{$post->permalink}'><li>{$post->title}</li></a>";
	}; ?>
	</ul>
	<?php endif; ?>
</div>

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
www.bing.com 5
search.live.com 1
Is this paste spam?
<Hide