Browse code

Refactor and rewrite as contao bundle

Benjamin Roth authored on04/11/2022 22:32:32
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,9 +0,0 @@
1
-<?php $this->block('content'); ?>
2
-
3
-    </div>
4
-
5
-  </div>
6
-
7
-</div>
8
-
9
-<?php $this->endblock(); ?>
10 0
\ No newline at end of file
Browse code

Initial commit

Benjamin Roth authored on19/05/2020 21:59:44
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+<?php $this->block('content'); ?>
2
+
3
+    </div>
4
+
5
+  </div>
6
+
7
+</div>
8
+
9
+<?php $this->endblock(); ?>
0 10
\ No newline at end of file