Example #1
0
 function aktt_widget($args)
 {
     extract($args);
     $options = get_option('aktt_widget');
     $title = $options['title'];
     if (empty($title)) {
     }
     echo $before_widget . $before_title . $title . $after_title;
     aktt_sidebar_tweets();
     echo $after_widget;
 }
/**
 * @package WordPress
 * @subpackage Ignite_Phoenix
 */
?>
<!-- begin footer -->
</div>

</div>

<div id="footer">
   <div id="lists">
      <div class="aktt_tweets">
         <h3>Twitter</h3>
         <?php 
aktt_sidebar_tweets();
?>
      </div><!-- This is what I get for using twitter tools. -->
      <ul class="blog_list" id="categories_list">
         <h3>Categories</h3>
         <?php 
wp_list_categories('title_li=');
?>
      </ul>
      <ul class="blog_list" id="archives_list">
         <h3>Archives</h3>
         <?php 
wp_get_archives('type=monthly');
?>
      </ul>
      <ul class="blog_list" id="bookmarks_list">