HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/biblioteka/wp-content/themes/biblioteka/footer.php
<?php
	$adresas = get_permalink();
	$word = "/en/";
	$pos = strpos($adresas, $word);
	if ($pos === false) {
	//lt?>				
    <footer><p>Kauno kolegijos biblioteka ir informacijos išteklių centras,</br> Pramonės pr. 22A, Kaunas Tel. (8-37) 75 11 32</br>biblioteka@go.kauko.lt</br>
	Bibliotekos vadovė Lina Šarlauskienė</p>
	</footer>
	
<?php
	} else { //en ?> 
    <footer><p>The Library and Centre of Information Resources of Kauno kolegija,</br> Pramones Avenue 22A, Kaunas Tel. (+370-37) 75 11 32</br>biblioteka@go.kauko.lt</br>
	Head of the Library dr. Lina Šarlauskienė</p>
	</footer>
<?php
}
?>
	

	
	
									

<?php wp_footer(); ?>
<script>
    jQuery(document).ready(function() {
    	jQuery(".postas").dotdotdot({
    		ellipsis	: '... '
    	});
    });
	
jQuery.stellar({
  scrollProperty: 'scroll',
  parallaxBackgrounds: true,
});


</script>
</div>
</body>
</html>