forked from LiveCarta/LiveCartaWP
LAW-2785
This commit is contained in:
@@ -141,6 +141,7 @@ require_once 'inc/walker-nav-menu.php';
|
||||
|
||||
if ($('#is-guest').text() == 'true') {
|
||||
$('.guest-data').css('display', 'inline-block');
|
||||
$('.mobile-nav .guest-data').css('display', 'block');
|
||||
} else {
|
||||
$('.home-label').text('Dashboard').attr('href', '<?= get_lawcarta_url()?>/dashboard');
|
||||
if (typeof isHomeTemplate != 'undefined' && isHomeTemplate === true) {
|
||||
|
||||
Reference in New Issue
Block a user