HEX
Server: Apache
System: Linux host.fiblib.com 5.14.0-570.28.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 22 07:56:01 EDT 2025 x86_64
User: scientificreligi (1062)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/scientificreligi/public_html/wp-content/themes/scientific-religion/404.php
<?php
G5Plus_Auteur()->options()->setOptions('sidebar_layout','none');
G5Plus_Auteur()->options()->setOptions('content_full_width','on');
$content_block = G5Plus_Auteur()->options()->get_404_content_block();
if (!empty($content_block)) {
    G5Plus_Auteur()->options()->setOptions('content_padding',array('left' => '', 'right' => '','top' => '', 'bottom' => ''));
}
get_header();
?>
<?php if (!empty($content_block)): ?>
    <?php echo G5Plus_Auteur()->helper()->content_block($content_block); ?>
<?php else: ?>
    <?php $content = G5Plus_Auteur()->options()->get_404_content(); ?>
    <div class="container">
        <div class="gf-404-wrap">
            <?php if (!empty($content)): ?>
                <?php G5Plus_Auteur()->helper()->shortCodeContent($content); ?>
            <?php else: ?>
                <h2><?php esc_html_e('404','g5plus-auteur'); ?></h2>
                <h4><?php esc_html_e('Oops! Page not found', 'g5plus-auteur') ?></h4>
                <p><?php esc_html_e('Sorry, but the page you are looking for is not found. Please, make sure you have typed the current URL.', 'g5plus-auteur') ?></p>
                <a href="<?php echo esc_url( home_url('/') ); ?>" class="btn btn-primary"><?php esc_html_e('Go to home page', 'g5plus-auteur'); ?></a>
            <?php endif; ?>
        </div>
    </div>
<?php endif; ?>
<?php
get_footer();