%PDF- %PDF-
Direktori : /var/www/sms.eco-n-tech.co.uk/wp-content/themes/hittasmslanwebvatra/ |
Current File : /var/www/sms.eco-n-tech.co.uk/wp-content/themes/hittasmslanwebvatra/footer.php |
<a href="#top" id="scroll-top"> <img src="<?php echo get_template_directory_uri(); ?>/dist/img/ul_gray.svg" alt="scroll up" loading="lazy" /> </a> <footer id="site-footer"> <div class="top"> <div class="container"> <div class="row"> <?php $email_title = get_field( 'contact_title', 'option' ); $address_title = get_field( 'address_title', 'option' ); $email = get_field( 'email', 'option' ); $address = get_field( 'address', 'option' ); if($email || $address){ ?> <div class="col-lg-4 col-md-6"> <?php if($email){ ?> <p class="title h5 mt-0"><?php if(!empty($email_title)){echo $email_title; }else{_e('Kontakta oss', 'hittasmslan'); } ?></p> <div class="text"> <p> <i class="far fa-envelope"></i><?php echo antispambot($email); ?> </p> </div> <?php } if($address){ ?> <p class="title h5"><?php if(!empty($address_title)){echo $address_title; }else{_e('TribuSoft', 'hittasmslan'); } ?></p> <div class="text"> <address><?php echo $address; ?></address> </div> <?php } ?> </div> <?php } ?> <?php if(wp_get_nav_menu_items(get_nav_menu_locations()['foot_menu'])){ ?> <div class="col-lg-4 col-md-6"> <?php $footer_title = get_field( 'menu_title', 'option' ); ?> <p class="title h5 mt-0"> <?php if(!empty($footer_title)){ echo $footer_title; }else{ _e('Navigera', 'hittasmslan'); } ?> </p> <?php wp_nav_menu( array( 'theme_location' => 'foot_menu', 'menu_class' => 'text', 'items_wrap' => '<div id="%1$s" class="%2$s">%3$s</div>', 'container' => '', 'container_class' => '', 'container_id' => '', 'link_before' => '<i class="fas fa-caret-right"></i>', 'walker' => new Walker_Page_Custom ) ); ?> </div> <?php } ?> </div> </div> </div> <div class="bottom"> <div class="container"> <div class="row"> <div class="col-12"> <?php $copyright = get_field( 'copyright', 'option' ); if(!$copyright){ $copyright = __('HittaSMSLån', 'hittasmslan'); } ?> <p>© <?php echo date('Y') . ' ' . $copyright; ?></p> </div> </div> </div> </div> </footer> <?php wp_footer(); ?> </body> </html>