/home/tywatomy/public_html/.website_75ac19b5/wp-content/themes/donovan//sidebar.php
<?php /** * The sidebar containing the main widget area. * * @package Donovan */ // Check if Sidebar has widgets. if ( is_active_sidebar( 'sidebar-1' ) ) : ?> <section id="secondary" class="sidebar widget-area clearfix" role="complementary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </section><!-- #secondary --> <?php endif;
Anon7 — 2022 •
AnonSec Team