Server IP : 185.61.155.44  /  Your IP : 3.144.40.182
Web Server : LiteSpeed
System : Linux premium145.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : antommvy ( 964)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/antommvy/public_html/wp-content/themes/plumberx/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/antommvy/public_html/wp-content/themes/plumberx/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after
 *
 * @package Templatation
 * @subpackage Plumberx
 * @since Plumberx 1.0
 */
?>

<footer>
		<div class="container">
			<div class="row">
				<div class="col-lg-12 col-md-12">
					<?php if ( plumberx_return_theme_option('request_free_quote_text') ) { ?>
				
						<div class="request-for-qoute-wrap">
							<a href="<?php echo plumberx_return_theme_option('quote_link'); ?>" class="request-for-qoute wow slideInDown hvr-bounce-to-right">
								<?php echo plumberx_return_theme_option('request_free_quote_text'); ?>
							</a>
						</div>
					
					<?php }?>
					<?php if( tt_temptt_get_option('enable_ft_menu', '1')) { ?>
					
				</div>
			</div>
			<div class="row">
				
				<?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?>
	
					<?php dynamic_sidebar( 'sidebar-2' ); ?>
							
				<?php endif; ?>
							
			</div>
		</div>
	</footer>
	<section id="bottom-bar">
		<div class="container">
				<div class="copyright pull-left">
					
					<?php if ( plumberx_return_theme_option('copyright') ) { ?>
				
						<p><?php echo plumberx_return_theme_option('copyright'); ?></p>
					
					<?php } ?>
					
				</div>
				
				<div class="credit pull-right">
					
					<?php if ( plumberx_return_theme_option('bottom_right_text') ) { ?>
				
						<p><?php echo plumberx_return_theme_option('bottom_right_text'); ?></p>
					
					<?php } ?>
					
				</div>
		</div>
	</section>
<a href="#" class="scrollup"></a>
<?php wp_footer(); ?>
</body>
</html>