Files
2025-03-12 17:06:23 +01:00

11 lines
284 B
PHP

<?php use_stylesheet('backend/stErrorPlugin.css'); ?>
<div class="box roundies" id="error_404">
<img src="/images/backend/stErrorPlugin/e404.png" />
<div class="title title_error">
<h2><?php echo __('Strona o podanym adresie nie istnieje.'); ?></h2>
</div>
</div>