Guest User

Untitled

a guest
Jun 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. cat concrete/single_pages/page_not_found.php
  2. <?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
  3.  
  4. <h1 class="error"><?php echo t('Page Not Found')?></h1>
  5.  
  6. <?php echo t('No page could be found at this address.')?>
  7.  
  8. <br/>
  9. <br/>
  10.  
  11. <a href="<?php echo DIR_REL?>/"><?php echo t('Back to Home')?></a>
Add Comment
Please, Sign In to add comment