forked from LiveCarta/LiveCartaWP
LAW-7240
This commit is contained in:
@@ -230,7 +230,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
dashboard: appUrl + '/dashboard',
|
||||
catalog: appUrl + '/catalog',
|
||||
library: appUrl + '/library',
|
||||
bundles: appUrl + '/bundle',
|
||||
// bundles: appUrl + '/bundle',
|
||||
features: wpUrl + '/features',
|
||||
aboutUs: wpUrl + '/about-us',
|
||||
cart: appUrl + '/checkout/cart',
|
||||
@@ -258,7 +258,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
if (!isGuest) desktopLinks += '<a href="' + linksObject.dashboard + '" class="menu-link movable"><span class="text">Dashboard</span></a>';
|
||||
desktopLinks += '<a href="' + linksObject.catalog + '" class="menu-link movable"><span class="text">Catalog</span></a>';
|
||||
if (!isGuest) desktopLinks += '<a href="' + linksObject.library + '" class="menu-link movable"><span class="text">My Library</span></a>';
|
||||
if (!isGuest) desktopLinks += '<a href="' + linksObject.bundles + '" class="menu-link movable"><span class="text">Bundles</span></a>';
|
||||
// if (!isGuest) desktopLinks += '<a href="' + linksObject.bundles + '" class="menu-link movable"><span class="text">Bundles</span></a>';
|
||||
if (isGuest) desktopLinks += '<a href="' + linksObject.features + '" class="menu-link movable' + isPageSelected.features +'"><span class="text">Features</span></a>';
|
||||
if (isGuest) desktopLinks += '<a href="' + linksObject.aboutUs + '" class="menu-link movable' + isPageSelected.aboutUs +'"><span class="text">About Us</span></a>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user