Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
7c68fdb172
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
12 lines (12 sloc) 550 Bytes
<?php global $cat?>
<form role="search" method="get" id="searchform" action="<?php bloginfo('siteurl'); ?>">
<div>
<label class="screen-reader-text" for="s"></label>
<input type="text" value="Search HRI" name="s" id="s" onfocus="this.value = ''" />
<input type="submit" class="search-submit" value="&rsaquo;" class="search-button" />
<select name="cat" id="cat" style="display:none">
<option value="" selected="selected"></option>
</select>
<?php //wp_dropdown_categories( 'show_option_all=All Categories' ); ?>
</div>
</form>