HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/nec.creativefellows.nl/views/partials/footer.inc.php
	<footer id="footer" class="page-section page-section__footer">

		<div class="breadcrumbs-contact">
			<div class="grid-container">
				<div class="grid-x grid-padding-x">
				
					<?php
					
					
						echo '<div class="cell small-auto medium-8 text-center medium-text-left">';
							echo $breadcrumbs->html('breadcrumbs');
						echo '</div>';
						
						
						echo '<div class="cell small-shrink medium-4">';
							echo '<ul class="no-bullet text-center medium-text-right">';
								echo '<li><a href="'. $localization["footer"]["contact"]["url"] .'"><i class="fal fa-envelope"></i> '. $localization["footer"]["contact"]["label"] .'</a></li>';
							echo '</ul>';
						echo '</div>';
				
					?>

				</div>	
			</div>
		</div>
	
	
		<div class="sitelinks">
			<div class="grid-container">
				<div class="grid-x grid-padding-x small-up-2 medium-up-2 large-up-4">
				
					<?php
					
						foreach($localization["sitelinks"] as $name => $group)
						{
							echo '<div class="cell">';
								echo '<ul class="no-bullet">';
								echo '<li class="section-name">'. $name .'</li>';
						
									foreach($group["links"] as $name => $url){
										echo '<li><a href="'. $url .'">'. $name .'</a></li>';
							
									}
							
								echo '</ul>';
							echo '</div>';
						}
					?>
			
				</div>	
			</div>	
		</div>
	
	
		<div class="copy">
			<div class="grid-container">
				<div class="grid-x grid-padding-x">
				
					<div class="cell small-12 medium-8 copyright text-center medium-text-left">
						<p>
						<?php
						
							foreach($localization["copyrights"] as $label => $url)
							{
								echo '<a href="'. $url .'">'. $label .'</a>';
							}
							
						?>
						<br>
						<strong>Copyright © NEC Enterprise Solutions <?php echo date("Y")?>. All rights reserved.</strong></p>
					</div>
				
					<div class="cell small-12 medium-4 text-center medium-text-right">
						<style>
							.social-link path{fill:#fff;}
						</style>
						<p>
							<a href="http://nectoday.com/" target="_blank" class="social-link">
								<i class="fa-solid fa-rss"></i>
								<span class="show-for-sr">NEC Today Blog</span>
							</a>
							<a href="https://www.linkedin.com/company/nec-enterprise-solutions/" target="_blank" class="social-link">
								<i class="fa-brands fa-linkedin-in"></i>
								<span class="show-for-sr">NEC Linkedin</span>
							</a>
							<a href="https://www.facebook.com/nec.global" target="_blank" class="social-link">
								<i class="fa-brands fa-facebook-f"></i>
								<span class="show-for-sr">NEC Facebook</span>
							</a>
							<a href="https://twitter.com/necenterprise" target="_blank" class="social-link">
								<i class="fa-brands fa-x-twitter"></i>
								<span class="show-for-sr">NEC Twitter</span>
							</a>
							
							<a href="https://www.youtube.com/user/NECITPLATFORM" target="_blank" class="social-link">
								<i class="fa-brands fa-youtube"></i>
								<span class="show-for-sr">NEC Youtube</span>
							</a>
							<a href="https://www.youtube.com/c/univergebluecloudservices" target="_blank" class="social-link">
								<img src="/images/univerge-blue-white.png" alt="UNIVERGE BLUE - Business phone, video, chat, files and contact center" class="ub-logo-white">
								<span class="show-for-sr">UNIVERGE BLUE youtube</span>
							</a>
						</p>
					</div>				
								
			
				</div>
			</div>
		</div>
				
	</footer>

<?php 

	echo $cookies->getConsent();
	
?>

	<script src="https://www.google.com/recaptcha/api.js?render=6LcEhtMmAAAAAFZ78xs_mG3xhm146JYpAyPsPcDy"></script>	
	<script>
		grecaptcha.ready(function() {

		grecaptcha.execute('6LcEhtMmAAAAAFZ78xs_mG3xhm146JYpAyPsPcDy', {action:'validate_captcha'})
			.then(function(token) {
				document.getElementById('g-recaptcha-response').value = token;
			});
		});
	</script>
	
    <script src="/node_modules/jquery/dist/jquery.min.js"></script>
    <script src="/node_modules/what-input/dist/what-input.min.js"></script>
    <script src="/node_modules/foundation-sites/dist/js/foundation.min.js"></script>
	<script src="/node_modules/jquery-lazy/jquery.lazy.min.js"></script>
	<script src="/js/lite-yt-embed.js"></script>
    <script src="/js/app.js?v=23012023"></script>
	<?php
		
		if($locator === true)
		{
			echo '<script src="//maps.googleapis.com/maps/api/js?key=AIzaSyC2713-39qLyYJri7xwFw5DgXkd9W7Ytks&language=en"></script>';
			echo '<script src="/js/jquery.magnific-popup.min.js"></script>';
			echo '<script src="/js/infobox.js"></script>';
			echo '<script src="/js/partner-locator.js?v=30082021"></script>';	
		}
	
	?>	
	<script src="https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.min.js" async defer></script>
	<!-- Google tag (gtag.js) -->
	<script async src="https://www.googletagmanager.com/gtag/js?id=G-N88JXF1L2M"></script>
	<script>
	  window.dataLayer = window.dataLayer || [];
	  function gtag(){dataLayer.push(arguments);}
	  gtag('js', new Date());
	  gtag('config', 'G-N88JXF1L2M');
	</script>
	
	<script type="text/javascript">
		(function() {
			var script = document.createElement('script');
			script.src = 'https://kit.fontawesome.com/06601a1d4e.js';
			script.crossorigin = 'anonymous';
			document.getElementsByTagName('head')[0].appendChild(script);
		})();
	</script>
  </body>
</html>