PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
stadlercattaneo
/
wp-content
/
themes
/
Karma-Child-Theme
<?php /* * This is a template part * produces search form. * moved from content folder to theme root @since version 2.6 */ $searchtext = get_option('ka_searchbartext'); ?> <form role="search" method="get" action="<?php echo home_url(); ?>/" class="search-form"> <fieldset> <label for="s"><?php _e('Search this website','truethemes_localize'); ?></label> <span class="text"> <input type="text" name="s" class="s" id="s" value="<?php echo $searchtext; ?>" onfocus="this.value=(this.value=='<?php echo $searchtext; ?>') ? '' : this.value;" onblur="this.value=(this.value=='') ? '<?php echo $searchtext; ?>' : this.value;" /> <input type="submit" value="search" class="searchsubmit" /> </span> </fieldset> </form>
[-] functions.php
[open]
[-] .DS_Store
[open]
[+]
..
[-] searchform.php
[open]
[-] template_contact_googlemap.php
[open]
[-] screenshot.png
[open]
[-] style.css
[open]