aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/color.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/input/color.php')
-rw-r--r--views/default/input/color.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/views/default/input/color.php b/views/default/input/color.php
index 07a364b50..76dd50603 100644
--- a/views/default/input/color.php
+++ b/views/default/input/color.php
@@ -1,11 +1 @@
-<?php
-
-$defaults = array(
- 'placeholder' => elgg_echo('placeholder:color'),
-);
-
-$overrides = array(
- 'type' => 'color',
-);
-
-echo elgg_view('html/input', array_merge($defaults, $vars, $overrides)); \ No newline at end of file
+<input type="color" <?php echo html5_get_html_attributes($vars); ?> /> \ No newline at end of file