forked from LiveCarta/LiveCartaWP
LAW-3992
This commit is contained in:
@@ -26,6 +26,7 @@ require_once 'inc/walker-nav-menu.php';
|
|||||||
window.top.location = lawCartaDomain + '/catalog';
|
window.top.location = lawCartaDomain + '/catalog';
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<script src="<?= get_lawcarta_url()?>/assets/front-settings"></script>
|
||||||
<?php
|
<?php
|
||||||
$baseTemplate = basename( get_page_template() );
|
$baseTemplate = basename( get_page_template() );
|
||||||
if ($baseTemplate == 'page_home.php'):?>
|
if ($baseTemplate == 'page_home.php'):?>
|
||||||
@@ -254,5 +255,6 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||||||
jQuery('.mobile-nav').toggleClass('show');
|
jQuery('.mobile-nav').toggleClass('show');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<script src="<?= get_lawcarta_url()?>/assets/url-track"></script>
|
||||||
</header>
|
</header>
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
Reference in New Issue
Block a user