<?php
/**
* @package WordPress
* @subpackage DLight Theme
* @author Shindiri Studio (http://www.shindiristudio.com) & http://www.mihajlovicnenad.com/
*/
get_header();
global $darkone_data;
?>
<div id="darkone_content">
<div class="darkone_container">
<div id="content" <?php post_class(); ?>>
<h2><span>404</span> <?php _e('NOT FOUND', 'darkone'); ?></h2>
</div>
</div>
</div>
<?php get_footer(); ?>