HEX
Server: Apache
System: Linux webd001.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: mciraet (192513)
PHP: 8.2.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/mciraet/www/wp-content/themes/movedo/image.php
<?php get_header(); ?>
<div id="grve-main-content">
	<div class="grve-container">
		<div id="grve-content-area">
			<?php the_post(); ?>
			<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
				<div class="attachment">
					<a class="grve-image grve-image-popup" href="<?php echo wp_get_attachment_url( $post->ID ); ?>"><?php echo wp_get_attachment_image( $post->ID, 'large' ); ?></a>
					<?php if ( has_excerpt() ) { ?>
						<div class="entry-caption">
							<?php the_excerpt(); ?>
						</div>
					<?php } ?>
					<div class="grve-pagination">
						<ul>
							<li><?php previous_image_link( false, '<i class="grve-icon-nav-left"></i>') ?></li>
							<li><?php next_image_link( false, '<i class="grve-icon-nav-right"></i>') ?></li>
						</ul>
					</div>
				</div>
			</article>
		</div>
	</div>
</div>
<?php get_footer();

//Omit closing PHP tag to avoid accidental whitespace output errors.