not-found.phtml 311 B

12345678910111213
  1. <h3 class="headline">
  2. <span>
  3. <?php echo $this->_('404 Error'); ?>
  4. </span>
  5. </h3>
  6. <h4>
  7. <?php echo $this->_('The page you are looking for could not be found.'); ?>
  8. </h4>
  9. <p>
  10. <?php echo $this->_('Try checking the URL for errors, then hit the refresh button on your browser.'); ?>
  11. </p>