HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //old_home_backup/vinylsingles.co.uk/public_html/wp-content/themes/advance/footer/part-footer1.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains footer content and the closing of the #main and #page div elements.
 */

?>
<!--FOOTER SIDEBAR-->
 <div id="footer">
   		<?php if ( is_active_sidebar( 'foot_sidebar' ) ) { ?>
    		<div class="widgets">
   			 	<div class="row">
     				<?php if ( is_active_sidebar('dynamic_sidebar') || !dynamic_sidebar('foot_sidebar') ) : ?><?php endif; ?>
            	</div>
   			</div>
   		<?php } ?> 
 
	<!--COPYRIGHT TEXT-->
    <div id="copyright">
    	<div class="row">
            <div class="copytext">
           		<?php
					$advance_footertext = esc_attr(get_theme_mod('advance_footertext'));
					$advance_footertext = html_entity_decode(get_theme_mod ('advance_footertext'));
					echo $advance_footertext;
				?>
           		<a target="_blank" href="<?php echo esc_url( 'http://ukwebpages.co.uk/'); ?>"><?php printf( __( 'Designed by %s', 'advance' ), 'UK Web Pages' ); ?></a>
             </div>
            
            	<?php $advance_social2_checkbox = get_theme_mod('advance_social2_checkbox',0);?>
				<?php if( isset($advance_social2_checkbox) && $advance_social2_checkbox == 1 ):?>
					<?php get_template_part('parts/social','loop'); ?>
      			<?php endif?>
 		</div>
    	<a href="#" class="scrollup" > <i class=" fa fa-angle-up fa-2x"></i></a>
    </div>

</div>