?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/numerik/wp-content/themes/blackdsn/template-parts/header/
Upload File :
Current File : /home/rankinh/numerik/wp-content/themes/blackdsn/template-parts/header/site-logo.php

<?php
$aria_current = is_front_page() && ! is_paged() ? ' aria-current="page"' : '';

$image = blackdsn_get_logo();
$image .= blackdsn_get_logo( 'custom_logo_dark', 'logo-dark' );

printf( '<div class="main-logo"><a href="%1$s" data-dsn-text="%4$s"  class="custom-logo-link main-brand effect-ajax" rel="home" %2$s>%3$s</a></div>',
	esc_url( home_url( '/' ) ),
	$aria_current,
	$image,
	get_bloginfo( 'name' )
);