PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
admin
/
options
/
header
<?php /************* * Header Panel *************/ Flatsome_Option::add_panel( 'header', array( 'title' => __( 'سربرگ', 'flatsome-admin' ), 'description' => __( 'تم هدر سایت تان را اینجا تغییر دهید.', 'flatsome-admin' ), ) ); include_once(dirname( __FILE__ ).'/options-header-presets.php'); include_once(dirname( __FILE__ ).'/options-header-layout.php'); include_once(dirname( __FILE__ ).'/options-header-logo.php'); include_once(dirname( __FILE__ ).'/options-header-top.php'); include_once(dirname( __FILE__ ).'/options-header-main.php'); include_once(dirname( __FILE__ ).'/options-header-bottom.php'); include_once(dirname( __FILE__ ).'/options-header-mobile.php'); include_once(dirname( __FILE__ ).'/options-header-sticky.php'); include_once(dirname( __FILE__ ).'/options-header-dropdown.php'); include_once(dirname( __FILE__ ).'/options-header-buttons.php'); include_once(dirname( __FILE__ ).'/options-header-refresh.php'); include_once(dirname( __FILE__ ).'/options-header-account.php'); include_once(dirname( __FILE__ ).'/options-header-cart.php'); include_once(dirname( __FILE__ ).'/options-header-search.php'); include_once(dirname( __FILE__ ).'/options-header-content.php'); include_once(dirname( __FILE__ ).'/options-header-contact.php'); include_once(dirname( __FILE__ ).'/options-header-newsletter.php'); include_once(dirname( __FILE__ ).'/options-header-nav-vertical.php'); if(class_exists( 'YITH_WCWL' )){ include_once(dirname( __FILE__ ).'/options-header-wishlist.php'); }
[-] options-header-mobile.php
[edit]
[-] options-header-sticky.php
[edit]
[-] options-header-contact.php
[edit]
[-] options-header-buttons.php
[edit]
[-] options-header-top.php
[edit]
[-] options-header-presets.php
[edit]
[-] options-header-search.php
[edit]
[-] options-header-account.php
[edit]
[-] options-header-refresh.php
[edit]
[+]
img
[-] options-header-bottom.php
[edit]
[-] options-header-logo.php
[edit]
[-] options-header-dropdown.php
[edit]
[-] options-header-content.php
[edit]
[-] options-header-main.php
[edit]
[-] options-header-layout.php
[edit]
[-] options-header-nav-vertical.php
[edit]
[-] options-header-newsletter.php
[edit]
[-] options-header-cart.php
[edit]
[-] options-header-wishlist.php
[edit]
[+]
..
[-] options-header.php
[edit]