| Server IP : 130.225.57.55 / Your IP : 216.73.216.60 Web Server : Apache System : Linux wp-vhost07 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /srv/www/reco2st.eu/https/wp-content/themes/erc04961/elements/project/ |
Upload File : |
<?php
$title = get_field('project_footer_banner_title');
$link = get_field('project_footer_banner_link');
$image = get_field('project_footer_banner_image');
$pdf = get_field('project_footer_banner_pdf');
?>
<div class="project-footer-banner" data-animation>
<div class="site__container">
<div class="project-footer-banner__left">
<?php if ($title) : ?>
<div class="project-footer-banner__left__title fs-50"><?php echo $title; ?></div>
<?php endif; ?>
<?php if ($link) : ?>
<a href="<?php echo $link; ?>" class="project-footer-banner__left__link"><?php MOZ_SVG::svg('arrow'); ?></a>
<?php endif; ?>
<div class="project-footer-banner__left__bg">
<?php MOZ_Image::background( $image['id'], 'Medium', array(
'large' => '(min-width: 768px)'
), array( 'class' => '' ), array( 'lazy' => false ) ); ?>
</div>
</div>
<?php if ($pdf) : ?>
<div class="project-footer-banner__pdf">
<a href="<?php echo $pdf; ?>" target="_blank"><?php echo __('Download PDF', ''); ?>
<span><?php MOZ_SVG::svg('arrow'); ?></span></a>
</div>
<?php endif; ?>
</div>
</div>