HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
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>