Files
bm/public_html/public/cms/templates/errors.html
2025-09-24 13:26:28 +02:00

11 lines
316 B
HTML

<div class="divContent">
<h2 class="error">Warnung</h2>
<div class="divLine">&nbsp;</div>
<table cellpadding="0" cellspacing="0">
<tr>
<th><img src="images/warning.jpg" alt="Warnung" /></th>
<td><div class="error">{ERRORS}</div></td>
</tr>
</table>
</div>
<div class="divSeparator">&nbsp;</div>