|
@@ -71,9 +71,9 @@
|
|
esc_html__( 'collapsed', 'spearhead' ),
|
|
esc_html__( 'collapsed', 'spearhead' ),
|
|
is_cart() ? 'current-menu-item' : '',
|
|
is_cart() ? 'current-menu-item' : '',
|
|
esc_attr__( 'View your shopping cart', 'spearhead' ),
|
|
esc_attr__( 'View your shopping cart', 'spearhead' ),
|
|
- spearhead_cart_link(),
|
|
|
|
|
|
+ seedlet_cart_link(),
|
|
esc_attr__( 'View your shopping list', 'spearhead' ),
|
|
esc_attr__( 'View your shopping list', 'spearhead' ),
|
|
- spearhead_cart_widget()
|
|
|
|
|
|
+ seedlet_cart_widget()
|
|
) );
|
|
) );
|
|
?>
|
|
?>
|
|
</nav><!-- .woo-navigation -->
|
|
</nav><!-- .woo-navigation -->
|
|
@@ -86,4 +86,4 @@
|
|
<span class="hide-visually expanded-text"><?php esc_html__( 'expanded', 'spearhead' ); ?></span>
|
|
<span class="hide-visually expanded-text"><?php esc_html__( 'expanded', 'spearhead' ); ?></span>
|
|
</button>
|
|
</button>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
-</div>
|
|
|
|
|
|
+</div>
|