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/tfgarchive/wpblogtest1.old/wp-content/themes/rt_nexus_wp/sidebar-right.php
									<?php $option = get_option('nexus-options'); ?>						    		
						    		
						    		<div class="col3">
										<div id="rightcol">
											<div id="rightcol-padding">
											
												<!-- 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['right_front_side_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>