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/hotel.creativefellows.nl/views/inc/footer.php
</div>

<footer id="footer" class="footer">
	<div class="grid-container">
		<div class="small-up-1 medium-up-2 large-up-5 sitelinks">
			<?php
	
			/*	$navigation_elements = $cassette->getMainNavigation(false);

				foreach($navigation_elements as $element)
				{	
		
					if( $element->showInFooter() )
					{	
						echo '<div class="small-12 medium-6 large-3 columns"> ';
							echo '<h4><a href="'. $element->getUrl() .'" class="'. $element->navIsActive($section) .'">'. $element->getName() .'</a></h4>';
							echo $element->getNavigationOnPosition(2,$element->getName(),null,"");
						echo '</div>';
					}
		
				}
			*/
			?>
		</div>	
	</div>	
	
	<div class="copy">
		<div class="grid-container">
			<div class="grid-x grid-padding-x">
	
				<div class="small-6 cell copyright">
					<?php
						
						// Get entries in footer
						$footer_links = $data["cassette"]->getNavigation(3);
						
						echo '<p>';										
						foreach($footer_links as $i => $fl)
						{	
							echo $fl->getLink();
						}
						echo '<br /><strong>Copyright &copy; '. $data["config"]->getFooterCopy() .' '. date("Y") .'</strong>';
						echo '</p>';
						
					?>
				</div>
				
				<div class="small-6 cell large-text-right">
					<p>
						<?php echo $data["config"]->getFooterSocial(); ?>
					</p>
				</div>
		
			</div>
		</div>
	</div>
				
</footer>


<?php
	
	// get cookie notification
	//echo $cassette->getCookieNote();

    echo '<script src="bower_components/jquery/dist/jquery.min.js"></script>';
	//echo '<script src="bower_components/parallax/deploy/parallax.min.js" type="text/javascript" charset="utf-8"></script>';
	//echo '<script src="bower_components/jquery-pjax/jquery.pjax.js" type="text/javascript"></script>';
	//echo '<script src="bower_components/jquery_lazyload/jquery.lazyload.js" type="text/javascript"></script>';
    echo '<script src="bower_components/what-input/dist/what-input.min.js"></script>';
    echo '<script src="bower_components/foundation-sites/dist/js/foundation.min.js"></script>';
    echo '<script src="js/app.js"></script>';
	
	echo '<script type="text/javascript">
		var MTUserId = "77c135fa-4efa-481f-9db1-313129fdb8db";
		var MTFontIds = new Array();

		MTFontIds.push("734947"); // Neo® Sans W01 Light 
		MTFontIds.push("734950"); // Neo® Sans W01 Light Italic 
		MTFontIds.push("734953"); // Neo® Sans W01 Regular 
		MTFontIds.push("734956"); // Neo® Sans W01 Italic 
		MTFontIds.push("734959"); // Neo® Sans W01 Medium 
		(function() {
			var mtTracking = document.createElement("script");
			mtTracking.type="text/javascript";
			mtTracking.async="true";
			mtTracking.src="js/mtiFontTrackingCode.js";

			(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(mtTracking);
		})();
	</script>';
	

	//if($client["google_analitics"]) echo $client["google_analitics"];	
	//$cassette->db->closeDB();
	
?>	
</body>
</html>