achille-press/sidebar.php
2014-06-26 10:55:04 -04:00

10 lines
217 B
PHP

<?php
/**
* The sidebar containing the main widget areas.
*
* @package _s
*/
?>
<div id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->