All pastes #1056262 Raw Edit

Mine

public text v1 · immutable
#1056262 ·published 2008-06-26 08:13 UTC
rendered paste body
<?php 
get_header();
?>
<div style="width:501px; float:right;">
					<div align="left">
						<img src="<?php bloginfo('stylesheet_directory'); ?>/images/a1.gif">
					
						
							<?php if (have_posts()) : ?>
		
		<?php while (have_posts()) : the_post(); ?>
				
				<div class="left_header" id="post-<?php the_ID(); ?>">
							<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a><br>
							<small><?php the_time('d.m.Y') ?> <!-- by <?php the_author() ?> --></small>
						</div>
						
				<div class="left_content">
					<?php the_content('Yaznn tmn oku &raquo;'); ?>
					
				
					
					<div class="left_more"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/bull.gif" align="middle" border=0>&nbsp;&nbsp;<?php comments_popup_link('Yorumsuz', '1 Yorum', '% Yorum'); ?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
			
		</div>
	
		<?php endwhile; ?>

		<div class="navigation">
			<div class="alignleft"><?php next_posts_link('&laquo; nceki Girdi') ?></div>
			<div class="alignright"><?php previous_posts_link('Sonraki Girdi &raquo;') ?></div>
		</div>
		
	<?php else : ?>

		<h2 class="left_header">Valla bulunamad</h2>
		<div style='padding-left:15'>
		<p class="center">Gusura kalma ama aradn ey buralarda deil</p>
		<?php include (TEMPLATEPATH . "/searchform.php"); ?></div>

	<?php endif; ?>
						
						

					</div>
					
				</div>
				<img src="<?php bloginfo('stylesheet_directory'); ?>/images/spacer.gif" style="height:1px; width:523px">
			</div>
			
			<?php get_sidebar(); ?>
<?php get_footer(); ?>