nicer exception handling
[pharext/pharext.org] / app / views / 404.phtml
index 491df9c636b5f50708144f484bd8599ed1a5b22f..f8fd0bb8c3150bcae281059f79008ab113a170d6 100644 (file)
@@ -1,5 +1,8 @@
 <?php $this->layout("layout") ?>
 
 <div class="page-header">
-       <h1>404 <small>Not Found</small>
+       <h1>Not Found <small>404</small></h1>
 </div>
+<p>
+       Page <?= $this->e($request->getRequestUrl()) ?> was not found.
+</p>