MISP/app/View/Errors/error403.ctp

5 lines
147 B
PHP

<h2><?php echo $name; ?></h2>
<p class="error">
<strong><?php echo __('Error'); ?>: </strong>
<?php printf(__('%s', true), "{$message}"); ?>
</p>