PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
template-parts
/
header
/
partials
<?php /** * Account sidebar element. * * @package Flatsome\Templates * @flatsome-version 3.19.0 */ if ( ! is_woocommerce_activated() ) { fl_header_element_error( 'woocommerce' ); return; } ?> <li class="account-item has-icon menu-item"> <?php if ( is_user_logged_in() ) : $link_atts = [ 'href' => esc_url( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) ), 'class' => [ 'account-link', 'account-login' ], 'title' => esc_attr__( 'My account', 'woocommerce' ), ]; ?> <a <?php echo flatsome_html_atts( $link_atts ); ?>> <span class="header-account-title"> <?php esc_html_e( 'My account', 'woocommerce' ); ?> </span> </a> <?php else : $link_atts = [ 'href' => esc_url( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) ), 'class' => [ 'nav-top-link', 'nav-top-not-logged-in' ], 'title' => esc_attr__( 'Login', 'woocommerce' ), ]; ?> <a <?php echo flatsome_html_atts( $link_atts ); ?>> <span class="header-account-title"> <?php esc_html_e( 'Login', 'woocommerce' ); ?> </span> </a> <?php endif; ?> <?php // Show Dropdown for logged in users. if ( is_user_logged_in() ) : ?> <ul class="children"> <?php wc_get_template( 'myaccount/account-links.php' ); ?> </ul> <?php endif; ?> </li>
[-] element-contact-mobile.php
[edit]
[-] element-wishlist.php
[edit]
[-] element-logo.php
[edit]
[-] element-newsletter.php
[edit]
[-] element-newsletter-sidebar.php
[edit]
[-] element-search.php
[edit]
[-] element-account-sidebar.php
[edit]
[-] element-search-form.php
[edit]
[-] element-languages.php
[edit]
[-] element-cart-mobile.php
[edit]
[-] element-languages-sidebar.php
[edit]
[-] element-button-2.php
[edit]
[-] element-account-mobile.php
[edit]
[-] element-checkout.php
[edit]
[-] element-departments.php
[edit]
[-] element-wishlist-mobile.php
[edit]
[-] element-account.php
[edit]
[-] element-social.php
[edit]
[-] element-contact.php
[edit]
[-] element-button-1.php
[edit]
[-] element-menu-icon.php
[edit]
[-] element-cart-sidebar.php
[edit]
[+]
..
[-] element-nav-vertical.php
[edit]
[-] element-cart.php
[edit]
[-] element-cart-replace.php
[edit]