| Server IP : www.new.bangkokfinder.com / Your IP : 172.70.208.161 Web Server : nginx/1.20.1 System : Linux new 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64 User : bangkokfinder ( 1000) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/bangkokfinder/www/wp-content/themes/wpl_twentyeight/ |
Upload File : |
<?php
/** no direct access **/
defined('_WPLTEXEC') or die('Restricted access');
/** get theme helper **/
global $wpl_helper;
$wpl_helper = $wpl_helper ? $wpl_helper : new wpl_helper();
$wpl_helper->get_head();
?>
<section id="main_box_container">
<div id="main_not_found" class="container">
<h1>
<?php _e('Page not found', 'wpl_twentyeight'); ?>
</h1>
<div class="not_found_l col-md-6">
<div class="icon_404"><?php _e('404', 'wpl_twentyeight'); ?></div>
</div>
<div class="not_found_r col-md-6">
<?php
get_search_form();
wp_nav_menu(array(
'theme_location' =>'404-menu',
'items_wrap' => '<div id="not_found_menu_title">'.__('Here are some useful links:', 'wpl_twentyeight').'</div><ul id="%1$s" class="%2$s">%3$s</ul>'));
?>
</div>
</div>
</section>
<?php
$wpl_helper->get_footer();