diff --git a/htdocs/wp-content/themes/lawcarta/footer.php b/htdocs/wp-content/themes/lawcarta/footer.php index 3800f52..1f514ac 100644 --- a/htdocs/wp-content/themes/lawcarta/footer.php +++ b/htdocs/wp-content/themes/lawcarta/footer.php @@ -19,24 +19,24 @@ require_once 'inc/walker-nav-menu.php';
diff --git a/htdocs/wp-content/themes/lawcarta/header.php b/htdocs/wp-content/themes/lawcarta/header.php index f9f7265..503e1fb 100644 --- a/htdocs/wp-content/themes/lawcarta/header.php +++ b/htdocs/wp-content/themes/lawcarta/header.php @@ -242,8 +242,8 @@ height="0" width="0" style="display:none;visibility:hidden"> catalog: appUrl + '/catalog', library: appUrl + '/library', // bundles: appUrl + '/bundle', - features: wpUrl + '/features', - aboutUs: wpUrl + '/about-us', + features: wpUrl + '/features/', + aboutUs: wpUrl + '/about-us/', cart: appUrl + '/checkout/cart', login: appUrl + '/user/login', signUp: appUrl + '/user/registration',