File: /hosting/kak.bg/web/wp-content/themes/Primero/404.php
<?php get_header(); ?>
<div class="bread-crumbs"><?php echo of_get_option('bread_crumb'); ?> <a href="<?php echo site_url(); ?>"><?php _e('by','progressionstudios'); ?></a> › <?php echo of_get_option('404_error', '404 Page Not Found'); ?></div>
<div class="content-container">
<h1 id="error404"><?php echo of_get_option('404_error', '404 Page Not Found'); ?></h1>
<div class="clearfix"></div>
</div><!-- close .content-container -->
<div class="content-container-base">
</div><!-- close .content-container-base or .content-container-base-pagination -->
<?php get_footer(); ?>