public
Description: emundo wordpress theme in the style of my emacs
Homepage: http://oddmundo.com/emundo
Clone URL: git://github.com/jraregris/emundo.git
emundo / functions.php
100644 4 lines (4 sloc) 0.074 kb
1
2
3
4
<?php
if ( function_exists('register_sidebar') )
register_sidebar();
?>