@@ -11,7 +11,7 @@ discard block |
||
11 | 11 | */ |
12 | 12 | function lsx_breadcrumbs() { |
13 | 13 | if (!function_exists('yoast_breadcrumb') && !function_exists('woocommerce_breadcrumb')) { |
14 | - return null; |
|
14 | + return null; |
|
15 | 15 | } |
16 | 16 | |
17 | 17 | $show_on_front = get_option('show_on_front'); |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | * Displays logo when applicable |
69 | 69 | * |
70 | 70 | * @return void |
71 | - */ |
|
71 | + */ |
|
72 | 72 | function lsx_site_title() { |
73 | 73 | ?> |
74 | 74 | <div class="site-branding"> |
@@ -462,7 +462,7 @@ discard block |
||
462 | 462 | |
463 | 463 | //print_r(get_nav_menu_locations()); |
464 | 464 | |
465 | - if(false != $nav_menu && isset($nav_menu['primary']) && 0 != $nav_menu['primary']){ ?> |
|
465 | + if(false != $nav_menu && isset($nav_menu['primary']) && 0 != $nav_menu['primary']){ ?> |
|
466 | 466 | <nav class="primary-navbar collapse navbar-collapse"> |
467 | 467 | <?php |
468 | 468 | wp_nav_menu( array( |
@@ -574,9 +574,9 @@ discard block |
||
574 | 574 | if(null != $tag_cloud){ |
575 | 575 | echo '<h2>' . esc_html( $taxonomy ) . '</h2>'; |
576 | 576 | echo '<aside id="' . esc_attr( $taxonomy_id ) . '" class="widget widget_' . esc_attr( $taxonomy_id ) . '">' . esc_html( $tag_cloud ) . '</aside>'; |
577 | - } |
|
578 | - } |
|
579 | - } |
|
577 | + } |
|
578 | + } |
|
579 | + } |
|
580 | 580 | } |
581 | 581 | |
582 | 582 | /** |