rebase from live enviornment
This commit is contained in:
13
wp/themes/thbusiness/sidebar-footer-mid.php
Normal file
13
wp/themes/thbusiness/sidebar-footer-mid.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* The Sidebar containing the footer mid widget area.
|
||||
*
|
||||
* @package thbusiness
|
||||
*/
|
||||
?>
|
||||
<div id="secondary" class="widget-area" role="complementary">
|
||||
<?php if ( ! dynamic_sidebar( 'footer-mid' ) ) : ?>
|
||||
|
||||
|
||||
<?php endif; // end sidebar widget area ?>
|
||||
</div><!-- #secondary -->
|
||||
Reference in New Issue
Block a user