mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-19 11:40:16 -04:00
5 lines
144 B
PHP
5 lines
144 B
PHP
<?php
|
|
if (is_active_sidebar('sidebar')) {
|
|
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar') ) : ?> <?php endif;
|
|
}
|
|
?>
|