Sindbad~EG File Manager

Current Path : /var/www/html/wordpress_tahouas/wp-content/themes/newsbt-mobile/
Upload File :
Current File : /var/www/html/wordpress_tahouas/wp-content/themes/newsbt-mobile/404.php

<?php defined('ABSPATH') or die("Access Restricted"); ?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php _e('404 Not Found', MWP_TEXT_DOMAIN); ?></title>
<meta name="robots" content="noindex,nofollow" />
<link type="image/x-icon" href="<?php echo mwp_option('favicon'); ?>" rel="shortcut icon">
<?php 
	$css_404 = get_template_directory() . '/css/404.css';
	echo '<style>';
	require_once($css_404);
	echo '</style>';
?>
</head>
<body <?php body_class(); ?>>
	
	<div class="container">

		<!-- Header -->
		<div class="header <?php echo mwp_csa_background(); ?>">
			<h1><?php echo '404'; ?></h1>
			<p><?php _e('The page you trying to reach does not exist, or has been moved. Please use the search box to find what you are looking for', MWP_TEXT_DOMAIN); ?></p>
		</div>
		
		<!-- Page Main -->
		<div class="main">
			
			<!-- Site Logo -->
			<div class="logo">
				<a href="<?php echo esc_url( home_url() ); ?>" title="<?php bloginfo('name'); ?>" >
					<?php 
					$logotest = mwp_option( 'headerlogo' );
					if( empty($logotest) ) {
						$logo = get_template_directory_uri().'/images/logo.png';
						?><img src="<?php echo $logo; ?>" alt="<?php bloginfo('name'); ?>" /><?php
					} else {
						?><img src="<?php echo mwp_option( 'headerlogo' ); ?>" alt="<?php bloginfo('name'); ?>" /><?php
					}
					?>
				</a>
			</div>
			
			<!-- Request Text & Button Back -->
			<div class="prev">
				<input action="action" type="button" class="btn btn-default" value="<?php _e('Go Back to previous page', MWP_TEXT_DOMAIN); ?>" onclick="window.history.go(-1); return false;" />
				<p><?php _e('The requested URL ', MWP_TEXT_DOMAIN); ?><span dir="ltr"><?php echo $_SERVER['REQUEST_URI']; ?></span><?php _e(' was not found on this server.', MWP_TEXT_DOMAIN); ?></p>
			</div>
			
			<!-- Search Form -->
			<form action="<?php echo esc_url( home_url( '/' ) ); ?>" class="searchform" method="get" role="search">
				<div>
					<input type="text" id="s" name="s" class="input" value="">
					<input type="submit" value="<?php _e('Search', MWP_TEXT_DOMAIN); ?>" class="btn btn-default" id="searchsubmit">
				</div>
			</form>
			
		</div>

	</div>
	
</body>
</html>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists