just simply call the sidebar(s)

This commit is contained in:
Ben Word
2011-07-20 19:04:33 -06:00
parent 2579321404
commit fb21ab7337
2 changed files with 2 additions and 5 deletions

View File

@@ -1,3 +1 @@
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Sidebar") ) : ?>
<?php endif; ?>
<?php dynamic_sidebar("Sidebar"); ?>