File: /home/qirgxuo4hkuv/public_html/shovago.com/wp-content/themes/shovago/footer.php
<?php
$Shovago__Logo = get_template_directory_uri().'/shovago-assets/images/shovago__brand/logo.png';
$Shovago__Payments = 'https://wagofy.com/wp-content/uploads/2022/08/shovago_payments.jpg';
$Shovago__Home = home_url('/');
?>
<div class="Shovago__Footer Shovago__Shdow" >
<div class="Shovago__Content--Size">
<div class="Shovago__Footer--Top">
<div class="Shovago__Footer--Links">
<div class="Shovago__Footer--Link">
<h3><?php echo get_option( 'Shovago__Options_Ftr_l1' ); ?></h3>
<?php $Shovago__Menus_Footer_1 = array( 'theme_location' => "Shovago__Menus_Footer_1"); wp_nav_menu($Shovago__Menus_Footer_1); ?>
</div>
<div class="Shovago__Footer--Link">
<h3><?php echo get_option( 'Shovago__Options_Ftr_l2' ); ?></h3>
<?php $Shovago__Menus_Footer_2 = array( 'theme_location' => "Shovago__Menus_Footer_2"); wp_nav_menu($Shovago__Menus_Footer_2); ?>
</div>
<div class="Shovago__Footer--Link">
<h3><?php echo get_option( 'Shovago__Options_Ftr_l3' ); ?></h3>
<?php $Shovago__Menus_Footer_3 = array( 'theme_location' => "Shovago__Menus_Footer_3"); wp_nav_menu($Shovago__Menus_Footer_3); ?>
</div>
<div class="Shovago__Footer--Link">
<h3><?php echo get_option( 'Shovago__Options_Ftr_l4' ); ?></h3>
<?php $Shovago__Menus_Footer_4 = array( 'theme_location' => "Shovago__Menus_Footer_4"); wp_nav_menu($Shovago__Menus_Footer_4); ?>
</div>
<div class="Shovago__Footer--Link">
<h3><?php echo get_option( 'Shovago__Options_Ftr_l5' ); ?></h3>
<?php $Shovago__Menus_Footer_5 = array( 'theme_location' => "Shovago__Menus_Footer_5"); wp_nav_menu($Shovago__Menus_Footer_5); ?>
</div>
</div>
</div>
</div>
<div class="Shovago__Footer-Bottoms first">
<div class="Shovago__Content--Size Shovago__Footer-Bottom">
<a href="<?php echo $Shovago__Home; ?>"> <img src="<?php echo $Shovago__Logo; ?>" alt="<?php echo get_bloginfo('name'); ?>">
</a>
<div class="Shovago__Header--MenuOfficial Shovago__InDesOnly">
<?php $Shovago__Menus_Official = array( 'theme_location' => "Shovago__Menus_Official"); wp_nav_menu($Shovago__Menus_Official); ?>
</div>
</div>
</div>
<div class="Shovago__Footer-Bottoms last">
<div class="Shovago__Content--Size Shovago__Footer-Bottom">
<div class="Shovago__Footer-Bottoms--Copyright">
<ul>
<li><?php echo get_option( 'Shovago__Options_Trans__rights' ); ?> - <?php bloginfo('name'); echo ' © '.date('Y'); ?></li>
<li> | </li>
</ul>
<div class="Shovago__Footer-Bottoms--Social"><?php get_template_part( 'shovago', 'contents/social' ); ?></div>
</div>
<div class="Shovago__Payments">
<img src="<?php echo $Shovago__Payments; ?>" alt="<?php echo get_bloginfo('name'); ?>">
</div>
</div>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>