File: /home/mmickelson/theflexguys.com/baronconstruct/wp-content/themes/rt_affinity_wp/sidebar-right.php
<?php $option = get_option('affinity-options'); ?>
<div id="rightcol">
<div class="rightcol-padding">
<div class="module-<?php echo $option['affinity_rightsidebarstyle']; ?>">
<div class="body-surround-top">
<div class="body-surround-top2">
<div class="body-surround-top3"></div>
</div>
</div>
<div class="body-surround">
<div class="body-surround2">
<div class="body-surround3">
<!-- Begin Over Right Front Sidebar -->
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Over Right Front Sidebar') ) : ?>
<?php endif; ?>
<!-- End Over Right Front Sidebar -->
<!-- Begin Right Front Sidebar -->
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Front Sidebar') ) : ?>
<?php include(TEMPLATEPATH . '/includes/' . $option['affinity_rightsidebar_file']); ?>
<?php endif; ?>
<!-- End Right Front Sidebar -->
<!-- Begin Under Right Front Sidebar -->
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Under Right Front Sidebar') ) : ?>
<?php endif; ?>
<!-- End Under Right Front Sidebar -->
</div>
</div>
</div>
<div class="body-surround-bottom">
<div class="body-surround-bottom2">
<div class="body-surround-bottom3"></div>
</div>
</div>
</div>
</div>
</div>