| Server IP : 104.26.5.103 / Your IP : 216.73.216.4 Web Server : nginx/1.27.1 System : Linux in-5 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64 User : arabianexpress ( 1872) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v9321/rimskannur/public_html/wp-content/themes/skole/ |
Upload File : |
<?php /** * 404 page template * * @package vamtam/skole */ get_header(); VamtamEnqueues::enqueue_style_and_print( 'vamtam-not-found' ); $elementor_theme_exist = function_exists( 'elementor_theme_do_location' ); ?> <?php if ( ! $elementor_theme_exist || ! elementor_theme_do_location( 'single' ) ) : ?> <div class="clearfix"> <div id="header-404"> <div class="line-1"><?php echo esc_html_x( '404', 'page not found error', 'skole' ) ?></div> <div class="line-2"><?php esc_html_e( 'Holy guacamole!', 'skole' ) ?></div> <div class="line-3"><?php esc_html_e( 'Looks like this page is on vacation. Or just playing hard to get. At any rate... it is not here.', 'skole' ) ?></div> <div class="line-4"><a href="<?php echo esc_url( home_url( '/' ) ) ?>"><?php echo esc_html__( '← Go to the home page or just search...', 'skole' ) ?></a></div> </div> <div class="page-404"> <?php get_search_form(); ?> </div> </div> <?php endif ?> <?php get_footer(); ?>