This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2012-01-07 03:25:13 +00:00
|
|
|
<?php
|
|
|
|
/**
|
2014-06-24 23:13:36 +00:00
|
|
|
* The sidebar containing the main widget areas.
|
2012-01-07 03:25:13 +00:00
|
|
|
*
|
|
|
|
* @package _s
|
|
|
|
*/
|
|
|
|
?>
|
2013-03-05 00:41:38 +00:00
|
|
|
<div id="secondary" class="widget-area" role="complementary">
|
2014-06-26 14:55:04 +00:00
|
|
|
<?php dynamic_sidebar( 'sidebar-1' ); ?>
|
2013-03-05 00:41:38 +00:00
|
|
|
</div><!-- #secondary -->
|