10 lines
217 B
PHP
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 -->
|