no-listing.phtml 335 B

123456789101112131415
  1. <?php
  2. /**
  3. * @version 7.6
  4. */
  5. ?>
  6. <h1 class="headline">
  7. <span><?php echo $this->_('Listing Error'); ?></span>
  8. </h1>
  9. <h4>
  10. <?php echo $this->_('The listing you are trying to access does not exist or was removed.'); ?>
  11. </h4>
  12. <p>
  13. <?php echo $this->_('To search for a similar listing, please use the search bar above.'); ?>
  14. </p>