aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/tel.php
blob: 973bb93114c8958f37c5a402216fc2160c174f86 (plain)
1
2
3
4
5
6
7
8
9
<?php

$overrides = array(
	'type' => 'tel',
);

$args = array_merge($vars, $overrides);

echo elgg_view('input/default', $args);