adasd
All checks were successful
Deploy / deploy-staging (push) Successful in 28s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-22 23:49:50 +02:00
parent 23afe81251
commit baa57bb913
5 changed files with 151 additions and 32 deletions

View File

@@ -1,6 +1,3 @@
<?= module_shell_header('boersenchecker', [
'title' => 'Aktienverwaltung',
]) ?>
<div class="bc-page">
<?php if ($error): ?>
<section class="section-box"><div class="bc-alert bc-alert--error"><?= e($error) ?></div></section>
@@ -185,4 +182,3 @@
<?php endif; ?>
</section>
</div>
<?= module_shell_footer() ?>