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/page.php
<?php get_header(); ?>
<div class="tarpas"></div>
  <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php if ( function_exists('yoast_breadcrumb') ) 
{yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?>
  <div class="content page" id='page'>
    <div><?php the_content();?></div>
  </div>
  

  					<?php
					$adresas = get_permalink();
							$word = "/en/";
							$pos = strpos($adresas, $word);
					if ($pos === false) { ?>
  <input type="button" id="daugiau" onclick="rodytDaugiau()" value="Rodyti daugiau" >
					<?php } else { ?>
  <input type="button" id="daugiau" onclick="rodytDaugiauEN()" value="Show more" >
  
						<?php	}
							?>
  <?php endwhile; else: ?>
  <p><?php _e('Atsiprašome, tokio įrašo nėra.'); ?></p>
  <?php endif; ?>
  
  
  
  
  
  <script>
	jQuery.stellar();	
</script>




<?php get_footer(); ?>