Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
show back and home(index) button in exception phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrekle committed Apr 10, 2012
1 parent fa6c3dc commit 1f9c4c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/templates/error/error.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ body {
<?php if (isset($this->stacktrace)): ?>
<br/ ><code><?php echo $this->stacktrace ?></code>
<?php endif; ?>
<br/><a href="<?php echo $_SERVER['HTTP_REFERER']; ?>">back</a>&nbsp;<a href="<?php echo $this->urlBase; ?>">home</a>
</p>
</div>
</body>
Expand Down

0 comments on commit 1f9c4c7

Please sign in to comment.