File: /home/mmickelson/theflexguys.com/baronconstruct/wp-content/themes/rt_affinity_wp/sidebar-left.php
<?php $option = get_option('affinity-options'); ?>
<div id="leftcol">
<div id="leftcol-bg">
<!-- Begin Over Left Front Sidebar -->
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Over Left Front Sidebar') ) : ?>
<?php endif; ?>
<!-- End Over Left Front Sidebar -->
<!-- Begin Left Front Sidebar -->
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Left Front Sidebar') ) : ?>
<?php include(TEMPLATEPATH . '/includes/' . $option['affinity_leftsidebar_file']); ?>
<?php endif; ?>
<!-- End Left Front Sidebar -->
<!-- Begin Under Left Front Sidebar -->
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Under Left Front Sidebar') ) : ?>
<?php endif; ?>
<!-- End Under Left Front Sidebar -->
</div>
</div>