PATH:
home
/
letacommog
/
mcr
/
wp-content
/
themes
/
betheme
<?php /** * 404 page. * * @package Betheme * @author Muffin group * @link https://muffingroup.com */ $translate['404-title'] = mfn_opts_get('translate') ? mfn_opts_get('translate-404-title', 'Ooops... Error 404') : __('Ooops... Error 404', 'betheme'); $translate['404-subtitle'] = mfn_opts_get('translate') ? mfn_opts_get('translate-404-subtitle', 'We are sorry, but the page you are looking for does not exist') : __('We are sorry, but the page you are looking for does not exist', 'betheme'); $translate['404-text'] = mfn_opts_get('translate') ? mfn_opts_get('translate-404-text', 'Please check entered address and try again or') : __('Please check entered address and try again or ', 'betheme'); $translate['404-btn'] = mfn_opts_get('translate') ? mfn_opts_get('translate-404-btn', 'go to homepage') : __('go to homepage', 'betheme'); ?><!DOCTYPE html> <html <?php language_attributes(); ?> class="no-js<?php echo esc_attr(mfn_user_os()); ?>"> <head> <meta charset="<?php bloginfo('charset'); ?>" /> <?php wp_head(); ?> </head> <?php $customID = mfn_opts_get('error404-page'); $body_class = ''; if ($customID) { $body_class .= 'custom-404'; } ?> <body <?php body_class($body_class); ?>> <?php if ($customID): ?> <div id="Content"> <div class="content_wrapper clearfix"> <div class="sections_group"> <?php $mfn_builder = new Mfn_Builder_Front($customID, true); $mfn_builder->show(); ?> </div> <?php get_sidebar(); ?> </div> </div> <?php else: ?> <div id="Error_404"> <div class="container"> <div class="column one"> <div class="error_pic"> <i class="<?php echo esc_attr(mfn_opts_get('error404-icon', 'icon-traffic-cone')); ?>"></i> </div> <div class="error_desk"> <h2><?php echo esc_html($translate['404-title']); ?></h2> <h4><?php echo esc_html($translate['404-subtitle']); ?></h4> <p><span class="check"><?php echo wp_kses_post($translate['404-text']); ?></span> <a class="button button_filled" href="<?php echo esc_url(site_url()); ?>"><?php echo esc_html($translate['404-btn']); ?></a></p> </div> </div> </div> </div> <?php endif; ?> <?php wp_footer(); ?> </body> </html>
[+]
..
[+]
css
[+]
bbpress
[-] sidebar-blog.php
[edit]
[-] single.php
[edit]
[-] screenshot.png
[edit]
[-] single-attachment.php
[edit]
[-] template-blank.php
[edit]
[-] comments.php
[edit]
[+]
includes
[+]
muffin-options
[-] header.php
[edit]
[+]
demos
[-] wpml-config.xml
[edit]
[-] template-archives.php
[edit]
[-] style-static.css
[edit]
[-] style-one.php
[edit]
[-] under-construction.php
[edit]
[-] sidebar-taxonomy.php
[edit]
[-] taxonomy-portfolio-types.php
[edit]
[-] search.php
[edit]
[+]
js
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
vc_templates
[+]
images
[+]
assets
[-] index.php
[edit]
[-] sidebar.php
[edit]
[+]
functions
[+]
tribe-events
[+]
languages
[-] functions.php
[edit]
[-] template-sitemap.php
[edit]
[-] single-portfolio.php
[edit]
[-] style-responsive.php
[edit]
[-] style-colors.php
[edit]
[+]
woocommerce
[-] template-portfolio.php
[edit]
[-] 404.php
[edit]
[-] changelog.html
[edit]
[-] readme.txt
[edit]
[+]
fonts
[-] footer.php
[edit]
[-] style.php
[edit]
[-] header-shop.php
[edit]
[-] bbpress.php
[edit]
[-] single-download.php
[edit]
[-] rtl.css
[edit]
[-] style.css
[edit]