Files
medicalalert-web-reloaded/wp/wp-content/themes/thbusiness/sidebar-footer-left.php
Tony Volpe 4eb982d7a8 Merged in feature/from-pantheon (pull request #16)
code from pantheon

* code from pantheon
2024-01-10 17:03:02 +00:00

13 lines
301 B
PHP

<?php
/**
* The Sidebar containing the footer left widget area.
*
* @package thbusiness
*/
?>
<div id="secondary" class="widget-area" role="complementary">
<?php if ( ! dynamic_sidebar( 'footer-left' ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div><!-- #secondary -->