X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/logistik
home
/
freights
/
public_html
/
wp-content
/
themes
/
logistik
/
??
..
??
archive.php
(1.74 KB)
??
assets
??
comments.php
(4.28 KB)
??
footer.php
(665 B)
??
functions.php
(1.96 KB)
??
header.php
(722 B)
??
inc
??
index.php
(1.74 KB)
??
languages
??
page.php
(1.62 KB)
??
screenshot.png
(234.31 KB)
??
search.php
(3.59 KB)
??
searchform.php
(578 B)
??
sidebar-page.php
(450 B)
??
sidebar-shop.php
(497 B)
??
sidebar.php
(438 B)
??
single.php
(1.61 KB)
??
style.css
(671 B)
??
template-builder.php
(1.16 KB)
??
templates
??
woocommerce
Editing: searchform.php
<?php /** * @Packge : Logistik * @Version : 1.0 * @Author : Themeholy * @Author URI : https://themeholy.com/ * */ // Block direct access if( !defined( 'ABSPATH' ) ){ exit(); } ?> <form role="search" method="get" action="<?php echo esc_url( home_url( '/' ) ); ?>" class="search-form"> <input name="s" required value="<?php echo esc_html( get_search_query() ); ?>" type="search" placeholder="<?php echo esc_attr__( 'Search...', 'logistik' ); ?>"> <button type="submit"><i class="far fa-search"></i></button> </form>
Upload File
Create Folder