File: /home/posscale/public_html/WP-POS/wp-content/themes/angle/page-templates/home-widgetized.php
<?php
/**
* Template Name: Homepage (Widgetized)
*/
get_header(); ?>
<?php if (option::is_on('featured_posts_show') ) { // Show the Featured Slider
get_template_part('wpzoom-slider');
} ?>
<div class="inner-wrap">
<?php if (option::is_on('intro') ) { ?>
<div id="heading">
<h2><?php echo option::get('intro_title'); ?></h2>
<span class="description"><?php echo option::get('intro_content'); ?></span>
<?php if (option::get('intro_url') != '') : ?>
<a href="<?php echo option::get('intro_url'); ?>" class="action"><?php echo option::get('intro_btn'); ?> →</a>
<?php endif; ?>
<div class="clear"></div>
</div><!-- / #heading -->
<?php } ?>
<div class="home-widgetized-wrapper">
<?php angle_home_widgetized_callback(); ?>
</div>
<div class="home_widgets full-width-cols">
<?php dynamic_sidebar('home') ?>
</div>
</div>
<?php get_footer(); ?>