PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
themes
/
tryo
<?php /** * The template for displaying 404 pages (not found) * * @package tryo */ global $tryo_opt; get_header(); if ( isset( $tryo_opt['title_not_found'] ) ): $title = $tryo_opt['title_not_found']; $content = $tryo_opt['content_not_found']; $button = $tryo_opt['button_not_found']; $image = $tryo_opt['not_found_image']['url']; else: $title = esc_html__('Page Not Found', 'tryo'); $content = esc_html__('The page you are looking for might have been removed had its name changed or is temporarily unavailable.', 'tryo'); $button = esc_html__('Go to Home', 'tryo'); $image = ''; endif; if( isset( $tryo_opt['enable_lazyloader'] ) ): $is_lazyloader = $tryo_opt['enable_lazyloader']; else: $is_lazyloader = true; endif; if( $is_lazyloader == true ): $lazy_class = 'smartify'; $lazy_attr = 'sm-'; else: $lazy_class = ''; $lazy_attr = ''; endif; ?> <div class="error-area"> <div class="d-table"> <div class="d-table-cell"> <div class="container"> <div class="error-content"> <?php if( $image != '' ): ?> <img class="<?php echo esc_attr($lazy_class); ?>" <?php echo esc_attr($lazy_attr); ?>src="<?php echo esc_url( $image ); ?> " alt="<?php echo esc_attr( $title ); ?>"> <?php endif; ?> <?php if ( !isset( $tryo_opt['not_found_image'] ) ): ?> <img class="<?php echo esc_attr($lazy_class); ?>" <?php echo esc_attr($lazy_attr); ?>src="<?php echo esc_url(get_template_directory_uri() .'/assets/img/404.png' ); ?>" alt="<?php echo esc_attr__( '404', 'tryo' ); ?>"> <?php endif; ?> <h3><?php echo esc_html( $title ); ?></h3> <p><?php echo esc_html( $content ); ?></p> <?php if( $button != '' ): ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="btn btn-primary"><?php echo esc_html( $button ); ?></a> <?php endif; ?> </div> </div> </div> </div> </div> <?php get_footer();
[+]
woocommerce
[-] search.php
[edit]
[+]
lib
[-] wpml-config.xml
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] single-feature.php
[edit]
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[+]
languages
[-] single.php
[edit]
[-] footer.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[+]
assets
[-] screenshot.png
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[+]
template-parts
[-] comments.php
[edit]
[+]
inc