Don't use nested if blocks - they do not work properly

pull/6373/head
Aleksander Machniak 6 years ago
parent 93965fa79c
commit c6e6ed36f2

@ -5,7 +5,7 @@
<roundcube:include file="/includes/links.html" />
</head>
<roundcube:if condition="!env:framed" />
<roundcube:if condition="env:extwin" /><body class="error extwin"><roundcube:else /><body class="error"><roundcube:endif />
<body class="error<roundcube:exp expression="env:extwin ? ' extwin' : ''" />">
<roundcube:include file="/includes/header.html" />
<roundcube:else />
<body class="error iframe">

Loading…
Cancel
Save