aboutsummaryrefslogtreecommitdiff
path: root/mod/html5/views/default/input/color.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/html5/views/default/input/color.php')
-rw-r--r--mod/html5/views/default/input/color.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/mod/html5/views/default/input/color.php b/mod/html5/views/default/input/color.php
new file mode 100644
index 000000000..be8154fc9
--- /dev/null
+++ b/mod/html5/views/default/input/color.php
@@ -0,0 +1,12 @@
+<?php
+$defaults = array(
+ 'class' => 'elgg-input-color',
+);
+
+$vars = array_merge($defaults, $vars);
+
+$vars['type'] = 'color';
+
+?>
+
+<input <?php echo elgg_format_attributes($vars); ?> /> \ No newline at end of file