This commit is contained in:
Gregory Pradun
2022-04-18 13:43:32 +03:00
parent 3e4e9cc9b0
commit 47f5deacbe

View File

@@ -26,7 +26,7 @@ $scripts = [];
window.top.location = lawCartaDomain + '/catalog';
}
</script>
<script src="<?= get_lawcarta_url()?>/assets/front-settings"></script>
<script src="<?= get_lawcarta_url()?>/assets/front-settings<?php if(isset($_GET['law']) && $_GET['law'] == 1 ):?>?law=1<?php endif;?>"></script>
<?php
$baseTemplate = basename( get_page_template() );
if ($baseTemplate == 'page_home.php'):?>