summaryrefslogtreecommitdiff
path: root/plugin_manager/skins/larry/templates/error.html
blob: a577eea68a58fc55d40543fd65656cfab1811d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>