Esempio n. 1
0
<div id="dp-footer2" class="dp-page widget-area">
	<?php 
        dp_dynamic_sidebar('footer2');
        ?>
</div>
<?php 
    }
    ?>
</div>
<div class="one_fourth  no-margin-right">
<?php 
    if (dp_is_active_sidebar('footer3')) {
        ?>
<div id="dp-footer3" class="dp-page widget-area">
	<?php 
        dp_dynamic_sidebar('footer3');
        ?>
</div>
<?php 
    }
    ?>


</div>
</div>
<?php 
}
?>
<div class="clearboth"></div>

<?php 
Esempio n. 2
0
		
			</div><!-- end of the #dp-content-wrap -->
			
			</section><!-- end of the mainbody section -->
		
			<?php 
if (get_option($dynamo_tpl->name . '_sidebar_position', 'right') != 'none' && (dp_is_active_sidebar('sidebar') || dp_is_active_sidebar('woosidebar')) && ($args == null || $args != null && $args['sidebar'] == true)) {
    ?>
			<?php 
    do_action('dynamowp_before_column');
    ?>
			<aside id="dp-sidebar">
            <?php 
    if (class_exists('Woocommerce') && is_woocommerce()) {
        dp_dynamic_sidebar('woosidebar');
    } else {
        dp_dynamic_sidebar('sidebar');
    }
    ?>
			</aside>
			<?php 
    do_action('dynamowp_after_column');
    ?>
			<?php 
}
?>
		</section><!-- end of the #dp-mainbody-columns -->
</section><!-- end of the .dp-page-wrap section -->	


<div class="clearboth"></div>