You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php if ( is_active_sidebar( 'content-before' ) ) : ?>
- <aside id="content-before" class="sidebar content-before region">
- <div class="inner">
- <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('content-before') ) : // begin secondary sidebar widgets ?>
- <?php endif; // end primary sidebar widgets ?>
- </div>
- </aside>
- <?php endif; ?>
|