HEX
Server: Apache
System: Linux server1.adamthecomputerguy.com 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64
User: jcorr (10056)
PHP: 8.2.30
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/jcorrmechanical.com/httpdocs/wp-content/themes/smart-cleaning/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Smart Cleaning
 */
?>

		<footer id="colophon" class="site-footer border-top">
		<?php if (get_theme_mod('smart_cleaning_show_hide_footer', true)) {?>
			<div class="footer-widgets">
			    <div class="container">
			    	<div class="footer-column">
			    		<div class="row">
				        <div class="col-lg-3 col-md-3 col-sm-6 col-12">
				          	<?php if (is_active_sidebar('smart-cleaning-footer1')) : ?>
		                        <?php dynamic_sidebar('smart-cleaning-footer1'); ?>
		                    <?php else : ?>
		                        <aside id="search" class="widget" role="complementary" aria-label="firstsidebar">
		                            <h5 class="widget-title"><?php esc_html_e( 'About Us', 'smart-cleaning' ); ?></h5>
		                            <div class="textwidget">
		                            	<p><?php esc_html_e( 'Nam malesuada nulla nisi, ut faucibus magna congue nec. Ut libero tortor, tempus at auctor in, molestie at nisi. In enim ligula, consequat eu feugiat a.', 'smart-cleaning' ); ?></p>
		                            </div>
		                        </aside>
		                    <?php endif; ?>
				        </div>
				        <div class="col-lg-3 col-md-3 col-sm-6 col-12">
				            <?php if (is_active_sidebar('smart-cleaning-footer2')) : ?>
		                        <?php dynamic_sidebar('smart-cleaning-footer2'); ?>
		                    <?php else : ?>
		                        <aside id="pages" class="widget">
		                            <h5 class="widget-title"><?php esc_html_e( 'Useful Links', 'smart-cleaning' ); ?></h5>
		                            <ul class="mt-4">
		                            	<li><?php esc_html_e( 'Home', 'smart-cleaning' ); ?></li>
		                            	<li><?php esc_html_e( 'services', 'smart-cleaning' ); ?></li>
		                            	<li><?php esc_html_e( 'Reviews', 'smart-cleaning' ); ?></li>
		                            	<li><?php esc_html_e( 'About Us', 'smart-cleaning' ); ?></li>
		                            </ul>
		                        </aside>
		                    <?php endif; ?>
				        </div>
				        <div class="col-lg-3 col-md-3 col-sm-6 col-12">
				            <?php if (is_active_sidebar('smart-cleaning-footer3')) : ?>
		                        <?php dynamic_sidebar('smart-cleaning-footer3'); ?>
		                    <?php else : ?>
		                        <aside id="pages" class="widget">
		                            <h5 class="widget-title"><?php esc_html_e( 'Information', 'smart-cleaning' ); ?></h5>
		                            <ul class="mt-4">
		                            	<li><?php esc_html_e( 'FAQ', 'smart-cleaning' ); ?></li>
		                            	<li><?php esc_html_e( 'Site Maps', 'smart-cleaning' ); ?></li>
		                            	<li><?php esc_html_e( 'Privacy Policy', 'smart-cleaning' ); ?></li>
		                            	<li><?php esc_html_e( 'Contact Us', 'smart-cleaning' ); ?></li>
		                            </ul>
		                        </aside>
		                    <?php endif; ?>
				        </div>
				        <div class="col-lg-3 col-md-3 col-sm-6 col-12">
				            <?php if (is_active_sidebar('smart-cleaning-footer4')) : ?>
		                        <?php dynamic_sidebar('smart-cleaning-footer4'); ?>
		                    <?php else : ?>
		                        <aside id="pages" class="widget">
		                            <h5 class="widget-title"><?php esc_html_e( 'Get In Touch', 'smart-cleaning' ); ?></h5>
		                            <ul class="mt-4">
		                            	<li><?php esc_html_e( 'Via Carlo Montù 78', 'smart-cleaning' ); ?><br><?php esc_html_e( '22021 Bellagio CO, Italy', 'smart-cleaning' ); ?></li>
		                            	<li><?php esc_html_e( '+11 6254 7855', 'smart-cleaning' ); ?></li>
		                            	<li><?php esc_html_e( 'support@example.com', 'smart-cleaning' ); ?></li>
		                            </ul>
		                        </aside>
		                    <?php endif; ?>
				        </div>
			      	</div>
				    </div>
				</div>
			</div>
		<?php } ?>
		<?php if (get_theme_mod('smart_cleaning_show_hide_copyright', true)) {?>
			<div class="footer_info">
				<div class="container">
			        <div class="site-info">
			            <div class="footer-menu-left">
			            	<?php if(! get_theme_mod('smart_cleaning_footer_text_setting') != ''){ ?>
							    <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'smart-cleaning' ) ); ?>">
									<?php
									/* translators: %s: CMS name, i.e. WordPress. */
									printf( esc_html__( 'Proudly powered by %s', 'smart-cleaning' ), 'WordPress' );
									?>
							    </a>
							    <span class="sep me-1"> | </span>
							    <span>
							        <a target="_blank" href="<?php echo esc_url( 'https://www.themagnifico.net/products/free-cleaning-wordpress-theme' ); ?>">
							           	<?php
							            	/* translators: 1: Theme name,  */
							            	printf( esc_html__( ' %1$s ', 'smart-cleaning' ),'Cleaning WordPress Theme' );
							            ?>
							    	</a>
							        <?php
							        	/* translators: 1: Theme author. */
							        	printf( esc_html__( 'by %1$s.', 'smart-cleaning' ),'TheMagnifico'  );
							        ?>
							    </span>
							<?php }?>
							<?php echo esc_html(get_theme_mod('smart_cleaning_footer_text_setting','')); ?>
			            </div>
				    </div>
				</div>
			</div>
		<?php } ?>
			<?php if(get_theme_mod('smart_cleaning_scroll_hide',true)){ ?>
		   <a id="button"><?php esc_html_e('TOP','smart-cleaning'); ?></a>
			<?php } ?>
		</footer>
	</div>
</div>

<?php wp_footer(); ?>

</body>
</html>