| Server IP : 89.108.64.180 / Your IP : 216.73.217.92 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/aravanatula.ru/wp-content/themes/calluna/ |
Upload File : |
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package calluna
*/
get_header(); ?>
<?php
$header_title_pos = get_theme_mod('header_title_pos', 'text-left');
$color = get_theme_mod('header_bg_color', '#0C2149');
$headerColorText = esc_html__( 'Page not found (404)', 'calluna-td' );
$shortcodeColor = '<div class="color-background" style="background-color:';
$shortcodeColor .= $color;
$shortcodeColor.= ';">';
$shortcodeColor .= '<h1 class="header_text_wrapper ' . esc_attr($header_title_pos) . '"><span>' . esc_attr($headerColorText) . '</span><span class="separator"></span></h1>';
$shortcodeColor .= '</div>';
echo do_shortcode($shortcodeColor);
?>
<div id="primary" class="content-area container-fluid">
<main id="main" class="site-main">
<section class="error-404 not-found">
<div class="row">
<div class="col-sm-12">
<?php
$url = get_site_url();
$find_h = '#^http(s)?://#';
$find_w = '/^www\./';
$replace = '';
$output = preg_replace( $find_h, $replace, $url );
$output = preg_replace( $find_w, $replace, $output );
?>
<h2 class="title"><?php echo esc_html__('Search ','calluna-td') . $output; ?></h2>
</div>
<div class="col-sm-6">
<?php get_search_form(); ?>
</div>
</div>
</section><!-- .error-404 -->
</main><!-- #main -->
</div><!-- #primary -->
<?php get_footer(); ?>