first commit

This commit is contained in:
2025-05-13 22:30:49 +02:00
commit 835b605e3a
124 changed files with 11480 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<div class="panel <?= $this -> params['class'];?>">
<div class="panel-heading">
<span class="panel-title"><?= $this -> params['title'];?></span>
</div>
<div class="panel-body">
<?= $this -> params['content'];?>
</div>
</div>