Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.80.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : sidebar-footer.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the "site-content" div and all content after.
 *
 * @package WordPress
 * @subpackage Liviza
 * @since Liviza 1.0
 */

$left_content  = themestek_get_option('footer_copyright_left');
$right_content = themestek_get_option('footer_copyright_right');

?>

<?php if( has_nav_menu('themestek-footer-menu') || !empty($left_content) || !empty($right_content) ) : ?>

<div id="bottom-footer-text" class="bottom-footer-text themestek-bottom-footer-text site-info <?php echo themestek_sanitize_html_classes(themestek_footer_row_class( 'bottom' )); ?>">
	<div class="bottom-footer-bg-layer themestek-bg-layer"></div>
	<div class="<?php echo themestek_sanitize_html_classes(themestek_footer_container_class()); ?>">
		<div class="bottom-footer-inner">
			<div class="row multi-columns-row">

				<?php if( has_nav_menu('themestek-footer-menu') || !empty($right_content) ) : ?>
				<div class="col-xs-12 col-sm-5 <?php if(!empty($left_content)) { ?>themestek-footer2-left <?php } ?>">
				<?php else : ?>
				<div class="col-xs-12 col-sm-12 <?php if(!empty($left_content)) { ?>themestek-footer2-left <?php } ?>">
				<?php endif; ?>
					<?php if( !empty($left_content) ){ echo do_shortcode( $left_content ); } ?>
				</div><!-- footer left -->

				<?php if( has_nav_menu('themestek-footer-menu') ){ ?>
					<div class="col-xs-12 col-sm-7 themestek-footer2-right">
						<?php wp_nav_menu( array( 'theme_location' => 'themestek-footer-menu', 'menu_class' => 'footer-nav-menu', 'container_class' => 'footer-nav-menu-container' ) ); ?>
					</div>
				<?php } else if( !empty($right_content) ){ ?>
					<div class="col-xs-12 col-sm-7 themestek-footer2-right">
						<?php echo do_shortcode( $right_content ); ?>
					</div><!-- footer right --> 
				<?php } ?>

			</div><!-- .row.multi-columns-row --> 
		</div><!-- .bottom-footer-inner --> 
	</div><!--  --> 
</div><!-- .footer-text -->

<?php endif; ?>
© 2025 XylotrechusZ