0byt3m1n1
Path:
/
data
/
48
/
4
/
58
/
64
/
4710553
/
user
/
5582526
/
htdocs
/
wp-content
/
themes
/
jupiter
/
[
Home
]
File: searchform.php
<form class="mk-searchform" method="get" id="searchform" action="<?php echo home_url('/'); ?>"> <input type="text" class="text-input" placeholder="<?php _e('Search site', 'mk_framework'); ?>" value="<?php if(!empty($_GET['s'])) echo get_search_query(); ?>" name="s" id="s" /> <i><input value="" type="submit" class="search-button" type="submit" /><?php Mk_SVG_Icons::get_svg_icon_by_class_name(true, 'mk-icon-search',16); ?></i> </form>