Skip to content

Instantly share code, notes, and snippets.

@ryross
Created August 5, 2010 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryross/509275 to your computer and use it in GitHub Desktop.
Save ryross/509275 to your computer and use it in GitHub Desktop.
views/errors/500.php
<?php echo View::factory('template/header'); ?>
<div class="content error">
<h1>Application Error - 500</h1>
</div>
<?php echo View::factory('template/footer'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment