diff options
Diffstat (limited to 'skins/larry/templates/error.html')
-rw-r--r-- | skins/larry/templates/error.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/skins/larry/templates/error.html b/skins/larry/templates/error.html new file mode 100644 index 000000000..222683f8b --- /dev/null +++ b/skins/larry/templates/error.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> +<title><roundcube:object name="pagetitle" /></title> +<roundcube:include file="/includes/links.html" /> +</head> +<body> + +<roundcube:include file="/includes/header.html" /> + +<div class="uibox errobox" style="width:40em; margin:60px auto; padding:20px"> +$__page_content +</div> + +</body> +</html> |