아미나면 어떻게 바꿔주면 되나요 ?
<div class="header-search">
<form name="tsearch" method="get" onsubmit="return tsearch_submit(this);" role="form" class="form">
<input type="hidden" name="url" value="<?php echo (IS_YC) ? $at_href['isearch'] : $at_href['search'];?>">
<div class="input-group input-group-sm" style="width:100%;">
<input type="text" name="stx" class="form-control input-sm" value="<?php echo $stx;?>">
<span class="input-group-btn">
<button type="submit" class="btn btn-sm"><i class="fa fa-search fa-lg"></i></button>
</span>
</div>
</form>
</div>