mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-27 05:21:11 -05:00
8 lines
285 B
PHP
8 lines
285 B
PHP
<form class="form-horizontal">
|
|
<div class="control-group searchgroup">
|
|
<div class="controls">
|
|
<input id="search" name="search" type="text" placeholder="search" class="input-medium" value="<?php echo $this->input->get('search'); ?>" />
|
|
</div>
|
|
</div>
|
|
</form>
|