Current File : /pages/54/47/d0016649/home/htdocs/cd24/wp-content/themes/digital-download-1/sections/feature.php
<?php
/**
 * Features Section
 * 
 * @package Digital_Download
 */
?>
<section id="feature_section" class="features">
	<div class="container">
        <div class="holder">
		<?php dynamic_sidebar( 'feature' ); ?>
	   </div>
    </div>
</section><!-- .features -->