aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/search.php
blob: 65c252bfc25a4faf3f9ab96ea9a2664095f3c6a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

$defaults = array(
	'placeholder' => elgg_echo('placeholder:search'),
)

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

echo elgg_view('input/default', array_merge($defaults, $vars, $overrides));