comparison skins/larry/templates/error.html @ 8:bf99236cc5cd default tip

try to recover from upgrade fail
author Charlie Root
date Sat, 29 Dec 2018 07:07:34 -0500
parents 4681f974d28b
children
comparison
equal deleted inserted replaced
7:65fd7d441cf1 8:bf99236cc5cd
3 <head> 3 <head>
4 <title><roundcube:object name="pagetitle" /></title> 4 <title><roundcube:object name="pagetitle" /></title>
5 <roundcube:include file="/includes/links.html" /> 5 <roundcube:include file="/includes/links.html" />
6 </head> 6 </head>
7 <roundcube:if condition="!env:framed" /> 7 <roundcube:if condition="!env:framed" />
8 <body class="error"> 8 <roundcube:if condition="env:extwin" /><body class="error extwin"><roundcube:else /><body class="error"><roundcube:endif />
9 <roundcube:include file="/includes/header.html" /> 9 <roundcube:include file="/includes/header.html" />
10 <roundcube:else /> 10 <roundcube:else />
11 <body class="error iframe"> 11 <body class="error iframe">
12 <roundcube:endif /> 12 <roundcube:endif />
13 13