diff options
Diffstat (limited to 'views/default/input/month.php')
-rw-r--r-- | views/default/input/month.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/views/default/input/month.php b/views/default/input/month.php new file mode 100644 index 000000000..cad6562a9 --- /dev/null +++ b/views/default/input/month.php @@ -0,0 +1,9 @@ +<?php
+
+$overrides = array(
+ 'type' => 'month',
+);
+
+$args = array_merge($vars, $overrides);
+
+echo elgg_view('input/default', $args);
\ No newline at end of file |