Pastoid

entry.single.php

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

This paste was last updated on July 23, 2009 at 1:11 pm.

Pasted Coderaw

<?php
// Warning: This is PHP template written as RAW.
?>
<?php include 'header.php'; ?>
<div id="content" class="content wrapper clearfix">
	<div class="col3">
		<div id="content_bubble"></div>
		<div id="entry">
			<div class="post_meta">
				<div class="clearfix">
					<div class="post_title_date">
						<h2 class="entry_title post_title"><?php echo $post->title_out; ?></h2>
						<h4 class="post_date"><?php echo $post->pubdate_out; ?></h4>
					</div>
					<div class="post_comments_count">
						<a href="<?php echo $post->permalink.'#comments'; ?>" title="<?php _e( 'Comments on this post' ); ?>"><?php _e($post->comments->approved->count) ?></a>
					</div>
					<div class="clear"></div>
				</div>
				<?php if ( is_array( $post->tags ) && sizeof( (array) $post->tags ) ) : ?>
				<div class="entry-tags">
					<?php echo $post->tags_out; ?>
				</div>
				<?php endif; ?>
			</div>
			<div class="entry_content">
				<?php echo $post->content; ?>
			</div>
		</div>
	</div>
	<div class="col4">
		<?php $theme->related() ?>
	</div>
	<div class="clear"></div>
</div>
<div class="clearfix">
	<?php include 'comments.php'; ?>
	<?php include 'commentform.php'; ?>
	<div class="clear"></div>
</div>
<?php include 'footer.php'; ?>

Toggle wordwrap

Referring DomainHits
Unknown Referer 106
pastoid.com 3
Is this paste spam?
<Hide