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>