Browse code

Initial commit

Benjamin Roth authored on16/03/2023 20:22:35
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+<div class="<?= $this->class ?> block  <?= $this->styleManager->get('columnsettings', ['spaltenausrichtung']); ?>"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?>>
2
+    <?php $this->block('headline'); ?>
3
+    <?php if ($this->headline): ?>
4
+    <<?= $this->hl ?>><?= $this->headline ?></<?= $this->hl ?>>
5
+<?php endif; ?>
6
+<?php $this->endblock(); ?>
7
+
8
+<?php $this->block('content'); ?>
9
+<?php $this->endblock(); ?>
10
+
11
+</div>