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-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>