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,9 @@
1
+<?php if ($this->nodesWrapper) : ?>
2
+    <div class="<?= $this->class ?>   <?= $this->styleManager->get('columnsettings', ['spaltenausrichtung']); ?> <?php echo $this->styleManager->get('spaltengroesse'); ?> <?php echo $this->styleManager->get('spaltengroesse_sm'); ?> <?php echo $this->styleManager->get('spaltengroesse_md'); ?> <?php echo $this->styleManager->get('spaltengroesse_lg'); ?> <?php echo $this->styleManager->get('spaltengroesse_xl'); ?> <?php echo $this->styleManager->get('spaltengroesse_xxl'); ?>" <?= $this->cssID ?>>
3
+<?php endif; ?>
4
+    
5
+<?= implode("\n", $this->nodes) ?>
6
+
7
+<?php if ($this->nodesWrapper) : ?>
8
+    </div>
9
+<?php endif; ?>
0 10
\ No newline at end of file