Pastoid

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

This paste was last updated on June 18, 2009 at 5:11 pm.

Pasted Coderaw

<?php include 'header.php'; ?>
<div id="content">
	<?php foreach ( $posts as $post ) { ?>
		<?php 
			$postid= $post->id;
			 $pullquote = reset($post->comments->comments->moderated);
			Format::apply( 'tag_and_list', 'post_tags_out' );
		?>
 
		<?php $theme->flickrfill($post,$posts); ?>
 
		<div id="post-<?php echo $post->id; ?>" class="mainpost <?php echo $post->statusname; ?>">
			<div class="entry-body">
				<div class="entry-head">
					<h3 class="entry-title">
						<a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>">
							<?php echo $post->title_out; ?>
						</a>
					</h3>
 
					<div class="entry-data">
						<?php $theme->comments_link($post); ?>
 
						<?php if ( $loggedin ) { ?>
							<span class="entry-edit"><a href="<?php echo $post->editlink; ?>" title="<?php _e('Edit post'); ?>"><?php _e('Edit'); ?></a></span>
						<?php } ?>
 
						published in <?php echo $post->pubdate_out->text_format('{Y}, on {M} {j} at {g}:{i} {A}'); ?> and tagged with:
						<?php if ( is_array( $post->tags ) ) { ?>
								<span class="entry-tags">
									<?php echo $post->tags_out; ?>
								</span>
						<?php } ?>
 
					</div>
				</div>
				<?php if ($pullquote) { ?>
					<div class="pull-comment">
						<div class="pull-comment-data"><a href="<?php echo $post->permalink; ?>" title="<?php _e('Comments on this post'); ?>">
						<?php echo $post->comments->approved->count; ?> <?php echo _n( 'Comment', 'Comments', $post->comments->approved->count ); ?>
						</a> including: </div>
					<?php echo $pullquote->content; ?>
					<div class="pull-comment-data">by <?php echo $pullquote->name; ?></div>
					</div>
				<?php } ?>
				<div class="entry-content">
					<?php echo $post->content_out; ?>
				</div>
 
 
 
				<div class="clear"></div>
			</div>
		</div>
	<?php } ?>
 
	<div id="page-selector">
		Page: <?php $theme->prev_page_link('Previous Page'); ?> <?php $theme->page_selector( null, array( 'leftSide' => 2, 'rightSide' => 2 ) ); ?> <?php $theme->next_page_link('Next Page'); ?>
	</div>
</div>
 
<?php $theme->display ('footer'); ?>
 
 

Toggle wordwrap

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