mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
10 lines
376 B
PHP
10 lines
376 B
PHP
<form action="">
|
|
<div class="item_group searchgroup">
|
|
<div class="item">
|
|
<label for="search"><?php echo lang('paste_search'); ?>
|
|
</label>
|
|
<input type="text" name="search" value="<?php echo str_replace('"', '"', $this->input->get('search')); ?>" id="search" maxlength="100" tabindex="1" />
|
|
</div>
|
|
</div>
|
|
</form>
|