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,8 @@
1
+<?php
2
+if (TL_MODE == 'FE') {
3
+$GLOBALS['TL_CSS'][] = 'files/base/layout/css/elements/custom-elements/ce_rsce_row3sepstart.min.css|static';
4
+}
5
+?>
6
+
7
+<div class="<?php if($this->background_color):?>with-bg<?php endif;?> <?php echo $this->class; ?>">
8
+    <?php if($this->background_color):?><span data-aos="animate__fadeIn" style="background-color: <?= $this->background_color;?>"></span><?php endif;?>
0 9
\ No newline at end of file