PATH:
home
/
centosnipponia
/
public_html
/
BAK_driewielscootercom
/
wp-content
/
themes
/
sydney-pro-ii
/
inc
<?php /** * Legacy functions * */ /** * Header contact info */ if ( !function_exists( 'sydney_contact_info' ) ) { function sydney_contact_info() { $toggle_contact = get_theme_mod('toggle_contact'); $phone = get_theme_mod('contact_phone', '99.123.456'); $email = get_theme_mod('contact_email', 'office@site.com'); $address = get_theme_mod('contact_address', '12 Street, New York City'); if ($toggle_contact) { echo '<div class="header-contact clearfix"><div class="container">'; echo '<div class="header-contact-info">'; if ($phone) { echo '<span class="header-phone">'; echo '<span class="icon-holder"><i class="sydney-svg-icon">' . sydney_get_svg_icon( 'icon-phone', false ) . '</i></span>' . '<a href="tel:' . esc_attr($phone) . '">' . $phone . '</a>'; echo '</span>'; } if ($email) { echo '<span class="header-email">'; echo '<span class="icon-holder"><i class="sydney-svg-icon">' . sydney_get_svg_icon( 'icon-mail', false ) . '</i></span>' . '<a href="mailto:' . antispambot( $email ) . '">' . antispambot( $email ) . '</a>'; echo '</span>'; } if ($address) { echo '<span class="header-address">'; echo '<span class="icon-holder"><i class="sydney-svg-icon">' . sydney_get_svg_icon( 'icon-home', false ) . '</i></span>' . $address; echo '</span>'; } echo '</div>'; sydney_header_social(); echo '</div></div>'; } } }
[+]
..
[+]
classes
[+]
customizer
[+]
elementor
[+]
integrations
[+]
modules
[+]
onboarding
[+]
templates-builder
[-] block-styles.php
[edit]
[-] contact-metabox.php
[edit]
[-] custom-header.php
[edit]
[-] editor.php
[edit]
[-] extras.php
[edit]
[-] fonts.php
[edit]
[-] hooks.php
[edit]
[-] jetpack.php
[edit]
[-] legacy.php
[edit]
[-] page-builder.php
[edit]
[-] pricing-tables.php
[edit]
[-] pt-metabox.php
[edit]
[-] schema.php
[edit]
[-] slider.php
[edit]
[-] styles.php
[edit]
[-] template-tags.php
[edit]
[-] theme-dashboard-settings.php
[edit]
[-] theme-update.php
[edit]
[-] woocommerce.php
[edit]
[-] .htaccess.disabled
[edit]