Просмотр файла iphone-theme/page.php

Размер файла: 481B
<?php 
//SVN: $Id: page.php 50616 2008-06-15 20:19:22Z imthiaz $
?>
<div>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h2><?php the_title(); ?></h2>
    <div class="content"><?php the_content(); ?></div>
    <div id="settings" title="Settings" class="panel">
    <p><?php previous_post_link('%link') ?></p>
    <p><?php next_post_link('%link') ?></p>
    </div>
	<?php endwhile; else: ?>
		<p>Извините, ничего не найдено</p>
	<?php endif; ?>    
</div>