public
Description: a wordpress theme for me
Homepage: http://blowery.org/
Clone URL: git://github.com/blowery/rococo.git
rococo / sidebar.php
100644 11 lines (10 sloc) 0.228 kb
1
2
3
4
5
6
7
8
9
10
11
</div>
<div id="sidebar">
<ul>
<?php if(!function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
Oh hell. No sidebar.
<?php endif; ?>
</ul>
<?php wp_meta(); ?>
<div class="clear-both"></div>
</div>