📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 05:38:48
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
themes
/
vital
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/themes/vital
🔄 Refresh
✏️
Editing: searchform.php
Writable
<?php /** * The template for displaying search forms */ ?> <div class="searchform-wrapper"> <form method="get" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <input onfocus="this.value=''" onblur="this.value='<?php esc_html_e( 'Type and hit enter to search ...', 'vital' );?>'" type="text" value="<?php esc_html_e( 'Search...', 'vital' );?>" name="s" class="search-input" /> </form> </div>
💾 Save Changes
❌ Cancel