This commit is contained in:
2023-03-28 10:34:44 +02:00
parent f803effbbd
commit f7e0f37528
428 changed files with 9982 additions and 100 deletions

View File

@@ -0,0 +1,14 @@
<?php if (!defined('PICONTROL')) exit(); ?>
<!-- Error -->
<div>
<div class="box error">
<div>
<?php if ($data['title'] != '') { ?><div class="inner-header">
<span><?php echo $data['title']; ?></span>
</div><?php } ?>
<div class="inner">
<?php echo $data['msg']; ?>
</div>
</div>
</div>
</div>