GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Hemingway is a template for Wordpress
Homepage: http://warpspire.com/hemingway
Clone URL: git://github.com/kneath/hemingway.git
kneath (author)
Mon Mar 24 00:26:55 -0700 2008
hemingway / footer.php
100755 18 lines (15 sloc) 0.786 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<hr class="hide" />
  <div id="footer">
    <div class="inside">
      <?php
        // You are not required to keep this link back to Warpspire, but if you wouldn't mind, leaving it in would make my day.
      ?>
      <p class="copyright"><?php _e("Powered by") ?> <a href="http://warpspire.com/hemingway">Hemingway</a> <?php _e("flavored") ?> <a href="http://wordpress.org">Wordpress</a>.</p>
      <p class="attributes"><a href="feed:<?php bloginfo('rss2_url'); ?>"><?php _e("Entries") ?> RSS</a> <a href="feed:<?php bloginfo('comments_rss2_url'); ?>"><?php _e("Comments") ?> RSS</a><?php wp_register('',''); ?></p>
    </div>
  </div>
  <!-- [END] #footer -->  
 
  <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
  <?php wp_footer(); ?>
</body>
</html>