not-found.phtml 324 B

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