| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/governmentgrants.us/wp-content/themes/governmentgrants/ |
Upload File : |
<div id="sidebar" class="sidebar-left col-dt-3 bg-primary tb-hide">
<figure class="logo">
<a href="<?php echo get_home_url(); ?>" class="logo-link inline-lock">
<!--get Desktop logo option from Theme Settings-->
<?php $desktop_logo = get_field( 'desktop_logo', 'option'); ?>
<!--Tab/Desktop logo-->
<?php if ( $desktop_logo ) { ?>
<amp-img src="<?php echo $desktop_logo['url']; ?>"
width="<?php echo $desktop_logo['width']; ?>"
height="<?php echo $desktop_logo['height']; ?>"
layout="responsive"
alt="<?php echo $desktop_logo['alt']; ?>" ></amp-img>
<?php } else {?>
<amp-img src="<?php echo get_stylesheet_directory_uri(); ?>/images/moody-acr-logo.svg"
width="670"
height="218"
layout="responsive"
alt="Moody Air Conditioning"></amp-img>
<?php } ?>
</a>
</figure>
<nav class="vertical-nav mobile-nav nav fs-14 font-1-cond ">
<?php
wp_nav_menu( array(
'theme_location' => 'mobile-menu',
'container_class' => 'mobile-menu' ) );
?>
</nav>
</div>