f7cloud_client/apps/mail/templates/error.php
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

13 lines
314 B
PHP

<?php
/**
* SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/
?>
<?php /** @var array $_ */?>
<?php /** @var \OCP\IL10N $l */?>
<div class="error">
<legend><strong><?php p($l->t('Error loading message'));?></strong></legend>
<p><?php p($_['message']); ?></p>
</div>