HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/self/root/proc/self/root/home/vitanhod/www/wp-content/themes/nooni/404.php
<?php 
get_header();

$theme_options = nooni_get_theme_options();
$classes = array();
$classes[] = 'show_breadcrumb_' . $theme_options['ts_breadcrumb_layout'];

$image_404 = is_array($theme_options['ts_404_page_image'])?$theme_options['ts_404_page_image']['url']:$theme_options['ts_404_page_image'];

nooni_breadcrumbs_title(false, false, '');
?>
	<div class="page-container <?php echo esc_attr(implode(' ', $classes)); ?>">
		<div id="main-content">	
			<div id="primary" class="site-content">
				<article>
					<div class="not-found">
						<div class="image-404">
							<div class="text-clipping"><?php esc_html_e('404', 'nooni') ?></div>
							<?php if( $image_404 ): ?>
								<img loading="lazy" src="<?php echo esc_url($image_404); ?>" alt="<?php esc_attr_e('404 image', 'nooni'); ?>">
							<?php endif; ?>
						</div>
						<h1><?php esc_html_e('The page you\'re looking for doesn\'t exist or probably moved somewhere...', 'nooni'); ?></h1>
						<p><?php esc_html_e('Please back to homepage or check our offer', 'nooni'); ?></p>
						<a href="<?php echo esc_url( home_url('/') ) ?>" class="button"><?php esc_html_e('Back to homepage', 'nooni'); ?></a>
					</div>
				</article>
			</div>
		</div>
	</div>
<?php
get_footer();