public
Description: Hemingway is a template for Wordpress
Homepage: http://warpspire.com/hemingway
Clone URL: git://github.com/kneath/hemingway.git
hemingway / sidebar.php
100644 7 lines (6 sloc) 0.24 kb
1
2
3
4
5
6
7
<?php
include (TEMPLATEPATH . '/dynamic_sidebar.php');
 
// If you want to ignore the Theme Options handling of the sidebar and just do it yourself
// Use this one instead of the above
// include (TEMPLATEPATH . '/static_sidebar.php');
?>