Uname: Linux webm001.cluster110.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.3.33 [ PHP INFO ] PHP os: Linux
Server Ip: 213.186.33.19
Your Ip: 216.73.216.124
User: creationoo (224166) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : footer.php
		<?php //get_sidebar('footer'); ?>
		
	</div>
	
	
	<div id="open_in_fullscreen" style="display:none;"><?php echo get_option('walker_open_in_fullscreen'); ?></div>
	<div id="slideshow_opt" style="display:none;"><?php echo get_option('walker_projects_slideshow_trigger'); ?></div>
	<div id="slideshow_time" style="display:none;"><?php if(get_option('walker_projects_slideshow_duration')) echo get_option('walker_projects_slideshow_duration'); else echo "5000"; ?></div>
	<div id="homeUrl" style="display:none;"><?php bloginfo('url'); ?></div>
	<div id="my_readmore_text" style="display:none"><?php if(get_option(DESIGNARE_SHORTNAME."_read_more")) echo get_option(DESIGNARE_SHORTNAME."_read_more"); ?></div>
	<div id="my_close_text" style="display:none"><?php if(get_option(DESIGNARE_SHORTNAME."_close_text")) echo get_option(DESIGNARE_SHORTNAME."_close_text"); ?></div>

	<div style="display:none"><?php post_class(); ?></div>
	<div style="display:none"><?php wp_link_pages(); ?></div>
	
	
	<!-- Don't forget analytics -->
	<?php if(get_option(DESIGNARE_SHORTNAME."_seo_analytics")) echo get_option(DESIGNARE_SHORTNAME."_seo_analytics"); ?>
	
	<!-- PROJECTS LIST -->
	<div id="default_proj_list" style="display:none;">
		<ul>
		
		<?php 
		
		if(get_option(DESIGNARE_SHORTNAME.'_main_projects_first_project') != 'default'){ ?>
			<li id="project_0" class="<?php 
		 		$p_type = explode(':', get_post_meta(get_option(DESIGNARE_SHORTNAME.'_main_projects_first_project'), 'collection_value', true));
		 		echo $p_type[0];
		 	?>"><?php echo get_option(DESIGNARE_SHORTNAME.'_main_projects_first_project'); ?></li>
		<?php }
		
		?>
    
    <?php 
    
    	$port_category = get_option(DESIGNARE_SHORTNAME.'_main_projects_portfolio_filter');
    	if($port_category == 'all')
    		$port_category = null;
    	
    	$orderby = get_option(DESIGNARE_SHORTNAME.'walker_main_projects_orderby');
    	$ob = explode('_', $orderby);

			//set the query_posts args
			$args= array(
			     'posts_per_page' =>-1, 
					 'post_type' => DESIGNARE_PORTFOLIO_POST_TYPE,
					 'orderby' => $ob[0],
					 'order' => $ob[1],
					 'portfolio_type' => $port_category
			);
			
			$project_id = 1;
	
			query_posts($args);
				
				if(have_posts()) {
					 while (have_posts()) {
					 the_post();
		 	?>
		 	
		 	<li id="project_<?php echo $project_id; ?>" class="<?php 
		 		$p_type = explode(':', get_post_meta(get_the_ID(), 'collection_value', true));
		 		echo $p_type[0];
		 	?>"><?php echo get_the_ID(); ?></li>	
	   
			<?php $project_id++; } } ?>
		
		</ul>
	</div>
	<!-- /projects list -->
	
	<div id="portfolio_current_type" style="display:none"></div>
	
	<div id="fsinfo"></div>
	
	<script type="text/javascript">
		$('.img_counter .p_max').html( <?php echo $project_id-2	; ?> );
	</script>
	
	<!-- Google Maps Code -->
	
	<script type="text/javascript">
	  function initialize() {
	  	
		var latlng = new google.maps.LatLng(document.getElementById('gm_lat').value, document.getElementById('gm_lng').value);
		var myOptions = {
		  zoom: 15,
		  center: latlng,
		  mapTypeId: google.maps.MapTypeId.ROADMAP
		};
		var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
		
		// Creating a marker and positioning it on the map
			var marker = new google.maps.Marker({
			  position: new google.maps.LatLng(document.getElementById('gm_lat').value, document.getElementById('gm_lng').value),
			  map: map
			});
	  }
	  
	  $(window).load(function(){
	  	$('body').css('background', '#000');
	  	windowLoaded = true;
		window.prevHeight = $('.properContentHeight').height();
		
		if ($('#wrapper > .scrollbar').hasClass('disable')){
			
			var limit = $(window).height() - $('.footer').height();
			if ($('.footer').offset().top < limit && !window.openingRecentPosts){
				$('.footer').css('position', 'relative').css('margin-top', Math.round(parseInt(limit - $('.footer').offset().top)) + 'px');
			} 
			window.prevHeight = $('#inputHeight').val();
		}
		
	  });

	</script>
	<!-- END Google Maps Code -->
	
	<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/contact.js?version=2.0"></script>
	
	<div id="default_style_color" style="display:none;"><?php if(get_option(DESIGNARE_SHORTNAME."_default_style_colors")) echo get_option(DESIGNARE_SHORTNAME."_default_style_colors"); ?></div>
	
	<div id="show_info_balloon" style="display:none;"><?php if(get_option(DESIGNARE_SHORTNAME."_show_info_balloon")) echo get_option(DESIGNARE_SHORTNAME."_show_info_balloon"); ?></div>
	
	<div id="info_balloon_title" style="display:none;"><?php if(get_option(DESIGNARE_SHORTNAME."_info_balloon_title")) echo get_option(DESIGNARE_SHORTNAME."_info_balloon_title"); ?></div>
	
	<div id="info_balloon_content" style="display:none;"><?php if(get_option(DESIGNARE_SHORTNAME."_info_balloon_content")) echo get_option(DESIGNARE_SHORTNAME."_info_balloon_content"); ?></div>
	
	<div id="info_balloon_duration" style="display:none;"><?php if(get_option(DESIGNARE_SHORTNAME."_info_balloon_duration")) echo get_option(DESIGNARE_SHORTNAME."_info_balloon_duration"); ?></div>
	
	<?php wp_footer(); ?>
	
</body>

</html>
© 2026 MAINHACK