Browse code

Initial commit

Benjamin Roth authored on07/08/2023 22:08:40
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+<?php
2
+
3
+// Add the colorbox style sheet
4
+$GLOBALS['TL_CSS']['picnic'] = 'bundles/vonrotenbergpicnic/picnic.min.css|static';
5
+$GLOBALS['TL_CSS']['picnic_plugins'] = 'bundles/vonrotenbergpicnic/plugins.min.css|static';
6
+?>