]> git.sur5r.net Git - contagged/blobdiff - templates/error.tpl
avoid deprecation warnings in PHP 5.3+
[contagged] / templates / error.tpl
index 6f8d460e567f0bbccd40ec822feccc656a131fc2..244250e02d08dc97073628cfa5a610bb598f053d 100644 (file)
@@ -1,10 +1,7 @@
+{include file="header.tpl"}
 
 <h1>An error occured</h1>
 
-{include file="ldaperror.tpl"}
+<div class="error">{$error}</div>
 
-<table class="tableborder">
-<tr>
-  <td>{$error}</td>
-</tr>
-</table>
+{include file="footer.tpl"}