HEX
Server: Apache
System: Linux main79 6.1.0-52-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.180-1 (2026-08-03) x86_64
User: serwer143450 (7544)
PHP: 7.4.33
Disabled: opcache_reset, opcache_invalidate, opcache_compile_file, opcache_get_configuration, opcache_get_status
Upload Files
File: /home/platne/serwer143450/public_html/exzo.hillconnect.pl/wp-content/themes/exzo/404.php
<?php get_header(); ?>


    <div class="header-empty-space"></div>
<div class="header-empty-space"></div>






<!-- Content -->

<div class="content-inner">

    <div class="container">
        <div class="row">
            <?php

            $positin_sidebar = "";

            if (get_theme_mod('exzo_sidebar_position', 's2') == 's1') {
                $positin_sidebar = 'left';
            } else {
                $positin_sidebar = 'right';
            }

            if (isset($_GET['showas']) && $_GET['showas'] == 'left') {
                $positin_sidebar = 'left';
            } elseif (isset($_GET['showas']) && $_GET['showas'] == 'right') {
                $positin_sidebar = 'right';
            }

            if ($positin_sidebar == 'left')
                get_sidebar();
            ?>
            <div class="primary col-lg-9">
                <h1 class="h3 col-xs-b5 col-sm-b30"> <?php  esc_html_e('404 page', 'exzo') ?></h1>
                <br/>
                <h2> <?php  esc_html_e(' Oops! The Page you requested was not found!', 'exzo') ?><?php   esc_html_e(' Back to Home', 'exzo') ?></h2>

                <div class="empty-space col-xs-b35 col-md-b70"></div>


                <?php get_search_form(); ?>


                <div class="empty-space col-xs-b35 col-md-b70"></div>


            </div>
            <?php
            if ($positin_sidebar == 'right')
                get_sidebar();
            ?>
        </div>
    </div>


    <?php get_footer(); ?>