Heray-Was-Here
Server : Apache
System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User : ws67451637 ( 67451637)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /homepages/10/d4299163471/htdocs/wordpress/wp-content/themes/kubio/template-parts/header/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /homepages/10/d4299163471/htdocs/wordpress/wp-content/themes/kubio/template-parts/header/logo.php
<?php $component = \ColibriWP\Theme\View::getData( 'component' ); ?>
<a class="<?php echo esc_attr( \ColibriWP\Theme\View::getData( 'wrapper_class' ) ); ?>"
   data-kubio="kubio/logo" href="<?php echo $component->getHomeUrl(); ?>">
	<?php if ( $component->getLayoutType() === 'image' ) : ?>
		<img class="<?php echo esc_attr( \ColibriWP\Theme\View::getData( 'logo_image_class' ) ); ?>"
			 src="<?php echo $component->customLogoUrl(); ?>"/>
		<img class="<?php echo esc_attr( \ColibriWP\Theme\View::getData( 'alt_logo_image_class' ) ); ?>"
			 src="<?php echo $component->alternateLogoUrl(); ?>"/>
	<?php else : ?>
	<span class="<?php echo esc_attr( \ColibriWP\Theme\View::getData( 'logo_text_class' ) ); ?>">
		<?php $component->printTextLogo(); ?>
	</span>
	<?php endif; ?>
</a>

Hry