/** @see WP_Widget::widget */
 function widget($args, $instance)
 {
     extract($args);
     ?>
           <?php 
     echo $before_widget;
     ?>
               <?php 
     if ($instance['title']) {
         echo $before_title . $instance['title'] . $after_title;
     }
     ?>
               <?php 
     kohana($instance['kohana_request']);
     ?>
           <?php 
     echo $after_widget;
     ?>
     <?php 
 }
Esempio n. 2
0
    ?>
</div>
			<div class="alignright"><?php 
    previous_posts_link('Newer Entries &raquo;');
    ?>
</div>
		</div>

	<?php 
} else {
    ?>

		<h2 class="center">Not Found</h2>
		<p class="center">Sorry, but you are looking for something that isn't here.</p>
		<?php 
    get_search_form();
    ?>

	<?php 
}
?>

	</div>

<?php 
kohana('wordpress/sidebar');
?>

<?php 
kohana('wordpress/footer');