00001 <?php namespace Habari; ?> 00002 <?php if ( !defined( 'HABARI_PATH' ) ) { die('No direct access'); } ?> 00003 </div> 00004 <div id="bottom-secondary"> 00005 <div id="tags"><?php echo (Plugins::is_loaded('tagcloud')) ? $theme->tag_cloud() : $theme->show_tags();?></div> 00006 </div> 00007 <div id="footer"> 00008 <p> 00009 <?php 00010 00011 _e( '%1$s is powered by %2$s', array( 00012 Options::get('title'), 00013 '<a href="http://www.habariproject.org/" title="Habari">Habari ' . Version::get_habariversion() . '</a>' 00014 )); 00015 00016 ?> - 00017 <?php 00018 _e( '<a href="%1$s">Atom Entries</a> and <a href="%2$s">Atom Comments</a>', array( URL::get( 'atom_feed', array( 'index' => 1 ) ), URL::get( 'atom_feed_comments' ) ) ); 00019 ?> 00020 </p> 00021 </div> 00022 <div class="clear"></div> 00023 </div> 00024 </div> 00025 <?php echo $theme->footer(); ?> 00026 </body> 00027 </html>