use Date_HumanDiff from PEAR to display changelog times
[phorkie.git] / data / templates / exception.htm
index 410c3c0e77f892dc554baaef3f21f7190edd1f6c..dc07fc576eebfa608366592b413e9d187ffbb566 100644 (file)
@@ -2,7 +2,7 @@
 <html>
  <head>
   <link rel="stylesheet" href="phorkie.css" />
 <html>
  <head>
   <link rel="stylesheet" href="phorkie.css" />
-  <title>Error - Phorkie</title>
+  <title>Error - phorkie</title>
  </head>
  <body>
   <article>
  </head>
  <body>
   <article>
@@ -10,6 +10,9 @@
    <p>
     {{exception.getMessage}}
    </p>
    <p>
     {{exception.getMessage}}
    </p>
+   {% if debug %}
+   <pre>{{exception.getTraceAsString}}</pre>
+   {% endif %}
   </article>
  </body>
 </html>
   </article>
  </body>
 </html>