summaryrefslogtreecommitdiff
path: root/webmail/skins/larry/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'webmail/skins/larry/templates/error.html')
-rw-r--r--webmail/skins/larry/templates/error.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/webmail/skins/larry/templates/error.html b/webmail/skins/larry/templates/error.html
new file mode 100644
index 0000000..a65733e
--- /dev/null
+++ b/webmail/skins/larry/templates/error.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title><roundcube:object name="pagetitle" /></title>
+<roundcube:include file="/includes/links.html" />
+</head>
+<roundcube:if condition="!env:framed" />
+<body class="error">
+<roundcube:include file="/includes/header.html" />
+<roundcube:else />
+<body class="error iframe">
+<roundcube:endif />
+
+<div class="uibox centerbox errorbox">
+$__page_content
+</div>
+
+</body>
+</html>