MISP/app/View/Errors/error403.ctp

10 lines
206 B
Plaintext
Raw Normal View History

<div class="misp-error-container">
2011-11-26 10:45:31 +01:00
<h2><?php echo $name; ?></h2>
<?php if (!empty($message)): ?>
2011-11-26 10:45:31 +01:00
<p class="error">
<strong><?= __('Error'); ?>:</strong>
<?= $message; ?>
</p>
<?php endif; ?>
</div>