You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

part.404.php 447B

123456789101112
  1. <ul>
  2. <li class="error error-broken-link">
  3. <p><?php p($l->t('Sorry, this link doesn’t seem to work anymore.')) ?></p>
  4. <p><?php p($l->t('Reasons might be:')); ?></p>
  5. <ul>
  6. <li><?php p($l->t('the item was removed')); ?></li>
  7. <li><?php p($l->t('the link expired')); ?></li>
  8. <li><?php p($l->t('sharing is disabled')); ?></li>
  9. </ul>
  10. <p><?php p($l->t('For more info, please ask the person who sent this link.')); ?></p>
  11. </li>
  12. </ul>