HEX
Server: Apache
System: Linux webm006.cluster128.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: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/foar/wp-content/themes/flexfit/page-fullwidth.php
<?php
/*
Template Name: Full Width
*/
?>

<?php get_header(); ?>

<div id="page" class="border-top clearfix">
	
	<div id="subtitle">
		
		<h1><?php the_title(); ?></h1>
		
		<div id="breadcrumb"><?php the_breadcrumb(); ?></div>
		
		<div class="hr4"><span class="seperator"></span><span class="lightborder"></span></div>
	
	</div>
	
	<div id="content-full">
	
		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
				
			<div id="post-<?php the_ID(); ?>" class="post">
	
				<div class="entry">
	
					<?php the_content(); ?>
	
					<?php wp_link_pages(array('before' => 'Pages: ', 'next_or_number' => 'number')); ?>
	
				</div>
	
				<?php edit_post_link('Edit this entry.', '<p class="hidden">', '</p>'); ?>
	
			</div>
			
			<?php comments_template(); ?>
	
		<?php endwhile; endif; ?>
	
	</div>
	
	

</div>

<?php get_footer(); ?>