Pastoid

home.php >:D

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

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

Pasted Coderaw

 
<?php
/* vim: set expandtab tabstop=1 shiftwidth=1 softtabstop=1 foldmethod=marker */
// Warning: This is PHP template written as RAW.
?>
<?php // Do not delete these lines
	if ( ! defined('HABARI_PATH' ) ) { die( _t('Please do not load this page directly. Thanks!') ); }
?>
<?php include 'header.php'; ?>
<div id="content" class="content wrapper clearfix">
	<div class="col1">
		<div id="content_bubble"></div>
		<div id="entry">
			<?php if ( sizeof( $posts ) ): ?>
			<?php $post= reset($posts); ?>
			<div class="post_meta clearfix">
				<div class="post_title_date">
					<h2 class="entry_title post_title"><a href="<?php echo $post->permalink; ?>"title="<?php echo $post->title; ?>"><?php echo $post->title_out; ?></a></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 {$post->title}" ); ?>"><?php _e($post->comments->approved->count) ?></a>
				</div>
				<div class="clear"></div>
			</div>
			<div class="entry_content">
				<?php echo $post->content_excerpt; ?>
			</div>
			<?php endif; ?>
		</div>
	</div>
 
	<div class="col2">
		<div id="home_latest_posts" class="post_list">
			<?php if (!empty($recent)): ?>
			<ul>
				<?php foreach ($recent as $post): ?>
				<li class="clearfix">
					<div class="post_list_meta">
						<h4><a href="<?php echo $post->permalink; ?>"title="<?php echo $post->title; ?>"><?php echo $post->title_out; ?></a></h4>
						<h5><?php echo $post->pubdate_excerpt; ?></h5>
					</div>
					<div class="post_comments_count post_list_comments">
						<a href="<?php echo $post->permalink.'#comments'; ?>" title="<?php _e( "Comments on {$post->title}" ); ?>"><?php _e($post->comments->approved->count) ?></a>
					</div>
					<div class="clear"></div>
				</li>
				<?php endforeach; ?>
			</ul>
			<?php endif; ?>
		</div>
		<div id="verybar">
			<a href="http://www.addthis.com/bookmark.php" id="share" title="Share/Bookmark" onclick="return addthis();"><?php _e('Share'); ?></a>
			<a href="#" id="subscribe" title="Subscribe to entry feed"><?php _e('Subscribe'); ?></a>
		</div>
	</div>
	<div class="clear"></div>
</div>
<?php include 'footer.php'; ?>

Toggle wordwrap

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