PATH:
home
/
cuisinesj
/
www
/
new
/
wp-content
/
themes
/
customizr
/
templates
/
parts
/
header
/
parts
<?php /** * The template for displaying the site title (with its wrapper) * Modified in June 2019 to fix the multiple possible H1 problem on singular pages * @see https://github.com/presscustomizr/customizr/issues/1760 */ ?> <?php if ( czr_fn_is_real_home() ) : ?> <h1 class="navbar-brand col-auto <?php czr_fn_echo( 'element_class' ) ?>" <?php czr_fn_echo('element_attributes') ?>> <a class="navbar-brand-sitename <?php czr_fn_echo( 'title_class' ) ?>" href="<?php echo esc_url( home_url( '/' ) ) ?>"> <span><?php bloginfo( 'name' ) ?></span> </a> </h1> <?php else : ?> <span class="navbar-brand col-auto <?php czr_fn_echo( 'element_class' ) ?>" <?php czr_fn_echo('element_attributes') ?>> <a class="navbar-brand-sitename <?php czr_fn_echo( 'title_class' ) ?>" href="<?php echo esc_url( home_url( '/' ) ) ?>"> <span><?php bloginfo( 'name' ) ?></span> </a> </span> <?php endif; ?>
[+]
..
[-] sidenav.php
[edit]
[-] title.php
[edit]
[-] menu.php
[edit]
[-] logo.php
[edit]
[-] primary_nav_utils.php
[edit]
[-] woocommerce_cart.php
[edit]
[-] branding_wrapper.php
[edit]
[-] index.php
[edit]
[-] mobile_nav_container.php
[edit]
[-] nav_search.php
[edit]
[-] search_form.php
[edit]
[-] logo_wrapper.php
[edit]
[-] topbar_nav_utils.php
[edit]
[-] menu_button.php
[edit]
[-] mobile_branding_wrapper.php
[edit]
[-] tagline.php
[edit]
[-] nav_container.php
[edit]