HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/laretediclo/wp-content/themes/kicker-child/skins/affiliate/templates/header-logo.php
<?php
/**
 * The template to display the logo or the site name and the slogan in the Header
 *
 * @package KICKER
 * @since KICKER 1.0
 */

$kicker_args = get_query_var( 'kicker_logo_args' );

// Site logo
$kicker_logo_type   = isset( $kicker_args['type'] ) ? $kicker_args['type'] : '';
$kicker_logo_image  = kicker_get_logo_image( $kicker_logo_type );
$kicker_logo_text   = kicker_is_on( kicker_get_theme_option( 'logo_text' ) ) ? get_bloginfo( 'name' ) : '';
$kicker_logo_slogan = get_bloginfo( 'description', 'display' );
if ( ! empty( $kicker_logo_image['logo'] ) || ! empty( $kicker_logo_text ) ) {
	?><a class="sc_layouts_logo" href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo get_template_directory_uri().'/images/logo.svg'; ?>" alt="La rete di clo" width="580" height="145" /></a>
	<?php
}