Pastoid

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

This paste was last updated on June 25, 2009 at 6:44 pm.

Pasted Coderaw

<?php
		$news = (array) $news;
		if ( $post = reset($news) ) : ?>
		<div class="entry">
			<h4><a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>"><?php echo $post->title_out; ?></a></h4>
			<p class="date"><?php echo $post->pubdate_out; ?></p>
			<?php echo $post->content_excerpt; ?>
		</div>
		<h5>More Updates</h5>
		<ul>
		<?php while ( $post = next($news) ) {
			if (isset ($post->info->home_thumbnails)) {
				echo "<img src='{$post->info->home_thumbnails}' class='thumb' alt=''><li class='has_thumb'>";
			} else {
				echo "<li>";
			};
		  echo "<a href='{$post->permalink}'>{$post->title}<br><span class='date'>{$post->pubdate_out}</span></a></li>";
		}; ?>
		</ul>
		<?php endif; ?>
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 4
drunkenmonkey.org 1
search.live.com 1
Is this paste spam?
<Hide