🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 01:19:10 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
staging.eliteewallet.com
/
wp-content
/
themes
/
avas
📍 /home/eliteewa/staging.eliteewallet.com/wp-content/themes/avas
🔄 Refresh
✏️
Editing: 404.php
Writable
<?php /** * 404 Error Page Template * * @package tx * @author theme-x * @link https://theme-x.org/ */ get_header(); ?> <div class="container"> <div class="row"> <div class="error-404"> <h1><?php echo esc_html( tx_get_option('404_numb', '404') ); ?></h1> <h4><?php echo esc_html( tx_get_option('404_heading', 'Page Not Found') ); ?></h4> <p><?php echo esc_html( tx_get_option('404_desc', 'Sorry, the page you are looking for does not exist.') ); ?></p> <a class="tx_404_btn" href="<?php echo esc_url(home_url()); ?>"> <?php echo esc_html( tx_get_option('404_btn', 'Back to Home') ); ?> </a> </div><!-- /.error-404 --> </div><!-- /.row --> </div><!-- /.container --> <?php get_footer(); ?>
💾 Save Changes
❌ Cancel