MISP/app/View/Errors/error403.ctp

5 lines
147 B
Plaintext
Raw Normal View History

2011-11-26 10:45:31 +01:00
<h2><?php echo $name; ?></h2>
<p class="error">
<strong><?php echo __('Error'); ?>: </strong>
2011-11-26 10:45:31 +01:00
<?php printf(__('%s', true), "{$message}"); ?>
</p>