HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/themes/law-office-lite/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Law Office Lite
 */

get_header(); ?>

<div class="header-image-box text-center">
  <div class="container">
    <?php if ( get_theme_mod('law_office_lite_header_page_title' , true)) : ?>
      <h1><?php echo esc_html(get_theme_mod('law_office_lite_page_not_found_title', __('404 Error!', 'law-office-lite'))); ?></h1>
    <?php endif; ?>
    <?php if ( get_theme_mod('law_office_lite_header_breadcrumb' , true)) : ?>
      <div class="crumb-box mt-3">
        <?php law_office_lite_the_breadcrumb(); ?>
      </div>
    <?php endif; ?>
  </div>
</div>

<div id="content">
	<div class="container">
		<div class="py-5 text-center not-found-content">
      <p><?php echo esc_html(get_theme_mod('law_office_lite_page_not_found_text', __('The page you are looking for may have been moved, deleted, or possibly never existed.', 'law-office-lite'))); ?></p>
			<?php get_search_form(); ?>
		</div>
	</div>
</div>

<?php get_footer(); ?>