not-found.phtml 182 B

12345
  1. <h1>
  2. <?php echo $this->_('404 Error'); ?>
  3. </h1>
  4. <h2><?php echo $this->_('Page not found'); ?></h2>
  5. <h4><?php echo $this->_("The page you are looking for doesn't exist."); ?></h4>