summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/checkoverlapevents.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/event/checkoverlapevents.phtml')
-rw-r--r--application/views/scripts/event/checkoverlapevents.phtml11
1 files changed, 11 insertions, 0 deletions
diff --git a/application/views/scripts/event/checkoverlapevents.phtml b/application/views/scripts/event/checkoverlapevents.phtml
new file mode 100644
index 0000000..265da0b
--- /dev/null
+++ b/application/views/scripts/event/checkoverlapevents.phtml
@@ -0,0 +1,11 @@
+<?php
+// Output
+print_r($this->overlaps);
+
+if(count($this->overlaps) == 0) {
+ echo '-1';
+}
+else {
+ // Echo contents of output, e.g. required values, such as title, date, etc.
+}
+?> \ No newline at end of file