Sha256: b4ca0857e66a6f154ceca74e51a89f759042689366472f92ecf3294c583fc386
Contents?: true
Size: 577 Bytes
Versions: 3
Compression:
Stored size: 577 Bytes
Contents
<form role="search" method="get" class="search-form form-inline" action="<?php echo home_url('/'); ?>"> <div class="input-group"> <input type="search" value="<?php if (is_search()) { echo get_search_query(); } ?>" name="s" class="search-field form-control" placeholder="<?php _e('Search', 'roots'); ?> <?php bloginfo('name'); ?>"> <label class="hide"><?php _e('Search for:', 'roots'); ?></label> <span class="input-group-btn"> <button type="submit" class="search-submit btn btn-default"><?php _e('Search', 'roots'); ?></button> </span> </div> </form>
Version data entries
3 entries across 3 versions & 1 rubygems