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/test.creativefellows.nl/oudlondon.nl/includes/footer.inc.php
<footer id="footer">
	<div class="hrzntl-spacer">
		<div class="container-wrapper colfix">
			
			<?php
				
				foreach($navs as $i=> $n)
				{	
					if($n["sitelinks"] == 0) continue;
					
					$section_name	= $n["naam"];
					
					/*
					 * Get section translation
					 */
					if($cassette->lang_id != 0)
					{
						$translation 	= $cassette->getTranslation("element_id",$n["sectie_id"],"section");
						$section_name  	= $translation != false ? $translation["value"] : $n["naam"];		
					}
					
					
					echo '<div class="col4">';
						echo '<h4>'. $section_name .'</h4>';	
						echo '<ul>';
						
						$link 			= vl($n["naam"]);
						$active 		= (vl(strtolower($section)) == vl(strtolower($n["naam"])) || strtolower($section) == "home" && $i == 0) ? ' current' : '';
						$section_name	= $n["naam"];
						$section_link	= $cassette->link_base.$link;
			
						if($cassette->lang_id != 0)
						{
							$translation 	= $cassette->getTranslation("element_id",$n["sectie_id"],"section");
							$section_name  	= $translation != false ? $translation["value"] : $n["naam"];		
							$section_link	= $cassette->link_base.vl2( $translation["value"] );				
						}
			
						$subs 	= $cassette->getNavigation(1,$section_name,false,true,true);
						
						foreach($subs[0] as $link)
						{
							$item_id 	= $link["uid"];
							$e 			= $cassette->entries(null,null,$item_id);
							
							//echo ">".count($e)."<";
							
							echo '<li>';
							echo '<a href="'. $e[0]->entry_link .'">'. $e[0]->titel .'</a>';
							echo '</li>';
						}
						echo '</ul>';
					echo '</div>';
				}
				
				/*if($client[0]["custom_footer"])
				{
					echo '<div class="col24 custom-footer clear">';
					echo $client[0]["custom_footer"];
					echo '</div>';
				}*/
				
			?>
			
			<div class="col24 copy">
				<ul>
					<li class="left">
						<?php
						
							echo '&copy;'. date("Y") ." ". $client[0]["bedrijfsnaam"].'. ';
							echo strip_tags($client[0]["custom_footer"],"<a>");
						
						?>
					</li>
				</ul>
			</div>
		
		</div>
	</div>
</footer>
<input type="hidden" name="analytics_code" id="analytics_code" value="UA-28316030-1" />
<script src="script/hoteliers-main.js" type="text/javascript" charset="utf-8"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<script src="//cdn.jsdelivr.net/jquery.sidr/2.2.1/jquery.sidr.min.js"></script>
<script src="//cdn.jsdelivr.net/jquery.validation/1.15.0/jquery.validate.min.js"></script>
<script src="//use.fontawesome.com/49444d9f86.js"></script>
<script src="script/messages_en.js" type="text/javascript" charset="utf-8"></script>
<script src="slick/slick.min.js"></script>
<script src="script/parallax.min.js"></script>
<script src="script/lightbox.min.js"></script>

<script src="script/script.js?01042020"></script>
<script type="text/javascript">	
jQuery(document).ready(function(){
	
	hoteliers_object = new hoteliers_form("855", "<?php echo $cassette->locale; ?>");
    
	htlrs_review.initialize({
		hotel : '855',
		lang : '<?php echo $cassette->locale; ?>',
		theme : 'yellowstars'
    });
	
});

</script>
<?php

	/*
	 * scroll to form
	 */
	if(isset($_REQUEST["s"])){
		echo '<script type="text/javascript">';
		echo '$(document).ready(function(){';
		echo '$(\'html, body\').animate({';
			echo 'scrollTop: $(\'#form'.$_GET["id"].'\').offset().top -270';
		echo '}, 1000);';		
		echo '});';
		echo '</script>';
	}

	if($show_paxxio === true){
		
?>
<script type="text/javascript">
(function () {
    "use strict";
    var s = document.createElement("script");
    s.type = "text/javascript";
    s.src = "https://static.paxx.io/pxw-min.js";
    s.async = true;
    s.setAttribute("data-property", 222);
    s.setAttribute("data-language", "nl");
    var x = document.getElementsByTagName("script")[0];
    x.parentNode.insertBefore(s, x);
})();
</script>
<?php

	}
	
	// get cookie notification
	echo $cassette->getCookieNote();
	
?>
</body>	
</html>