qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -25,7 +25,7 @@ $container = get_theme_mod( 'understrap_container_type' ); | ... | @@ -25,7 +25,7 @@ $container = get_theme_mod( 'understrap_container_type' ); |
| 25 | <div class="branding"> | 25 | <div class="branding"> |
| 26 | <?php get_template_part( 'global-templates/navbar-branding' ); ?> | 26 | <?php get_template_part( 'global-templates/navbar-branding' ); ?> |
| 27 | <a rel="home" class="site-title" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url"> | 27 | <a rel="home" class="site-title" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url"> |
| 28 | <div class="">MSF CLIMATE HUB</div> | 28 | <div class=""><?php _e('MSF CLIMATE HUB','msf'); ?></div> |
| 29 | </a> | 29 | </a> |
| 30 | <?= do_shortcode('[wpml_language_selector_widget link_current=0]') ?> | 30 | <?= do_shortcode('[wpml_language_selector_widget link_current=0]') ?> |
| 31 | </div> | 31 | </div> | ... | ... |
-
Please register or sign in to post a comment