index.phtml 300 B

12345678910
  1. <div class="post">
  2. <div class="alert alert-error">
  3. <h1 class="alert-head"><?php echo $this->code; ?></h1>
  4. <p>
  5. <?php echo Translate::t ('page_not_found'); ?><br />
  6. <a href="<?php echo _url ('index', 'index'); ?>"><?php echo Translate::t ('back_to_rss_feeds'); ?></a>
  7. </p>
  8. </div>
  9. </div>