summaryrefslogtreecommitdiff
path: root/plugin_manager/skins/larry/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_manager/skins/larry/templates/error.html')
-rw-r--r--plugin_manager/skins/larry/templates/error.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugin_manager/skins/larry/templates/error.html b/plugin_manager/skins/larry/templates/error.html
new file mode 100644
index 0000000..a577eea
--- /dev/null
+++ b/plugin_manager/skins/larry/templates/error.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title><roundcube:object name="pagetitle" /></title>
+<roundcube:include file="/includes/links.html" />
+</head>
+<body>
+
+<div class="uibox centerbox errorbox">
+<roundcube:object name="plugin.body" />
+</div>
+</body>
+</html>