init commit
This commit is contained in:
18
skins/larry/templates/error.html
Normal file
18
skins/larry/templates/error.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
</head>
|
||||
<roundcube:if condition="!env:framed && env:error_task != 'error-login'" />
|
||||
<body class="error<roundcube:exp expression="env:extwin ? ' extwin' : ''" />">
|
||||
<roundcube:include file="/includes/header.html" />
|
||||
<roundcube:else />
|
||||
<body class="error iframe">
|
||||
<roundcube:endif />
|
||||
|
||||
<div class="uibox centerbox errorbox">
|
||||
$__page_content
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user