00001 <?php namespace Habari; ?> 00002 <?php if ( !defined( 'HABARI_PATH' ) ) { die('No direct access'); } ?> 00003 <div id="search"> 00004 <?php echo $theme->search_form() ?> 00005 </div> 00006 <div id="feeds"> 00007 <div class="feedlink"><a href="<?php URL::out( 'atom_feed', array( 'index' => '1' ) ); ?>"><?php _e( "{blog entries}" ); ?></a></div> 00008 <div class="feedlink"><a href="<?php URL::out( 'atom_feed_comments' ); ?>"><?php _e( "{comments}" ); ?></a></div> 00009 </div> 00010 <div id="habari-link"> 00011 <?php if ($show_powered) : ?> 00012 <a href="http://habariproject.org/" title="<?php _e( "Powered by Habari" ); ?>"><img src="<?php echo $theme->get_url( 'images/pwrd_habari.png' ); ?>" alt="<?php _e( "Powered by Habari" ); ?>"></a> 00013 <?php endif; ?> 00014 </div> 00015 <div id="sidebar"> 00016 <!-- Call your plugins theme functions here--> 00017 <?php echo $theme->area('sidebar'); ?> 00018 </div>