Browse code

Add even more background options

Benjamin Roth authored on01/11/2017 16:54:37
Showing1 changed files
... ...
@@ -4,4 +4,6 @@
4 4
 
5 5
   </div>
6 6
 
7
+</div>
8
+
7 9
 <?php $this->endblock(); ?>
8 10
\ No newline at end of file
Browse code

Initial commit

Benjamin Roth authored on16/02/2017 11:35:38
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+<?php $this->block('content'); ?>
2
+
3
+    </div>
4
+
5
+  </div>
6
+
7
+<?php $this->endblock(); ?>
0 8
\ No newline at end of file