Pastoid

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

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

Pasted Coderaw

<h2>Updates</h2>
	<?php
	$updates = (array) $updates;
	$post = array_shift($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 foreach ($updates as $post) {
	  echo "<a href='{post->permalink}'><li>{$post->title}</li></a>";
	}; ?>
	</ul>

Toggle wordwrap

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