File: //home/artinside/sites.artinside.com.br/iande/themes/web/_theme_typ.php
<!DOCTYPE html>
<html lang="pt-br">
<head>
<!-- Stylesheets
============================================= -->
<link rel="icon" type="image/png" href="<?= theme("/assets/images/favicon.png"); ?>"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bree+Serif&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/gmv6nzn.css">
<!-- Core Style -->
<link rel="stylesheet" href="<?= theme("assets/style.css"); ?>">
<!-- Font Icons -->
<link rel="stylesheet" href="<?= theme("assets/css/font-icons.css") ?>">
<!-- Plugins/Components CSS -->
<link rel="stylesheet" href="<?= theme("assets/css/swiper.css") ?>">
<!-- Saas Page Module Specific Stylesheet -->
<link rel="stylesheet" href="<?= theme("assets/saas-2/saas-2.css") ?>">
<link rel="stylesheet" href="<?= url("/shared/plugin/czm-chat-support.css"); ?>" type="text/css"/>
<link rel="stylesheet" href="<?= url("/shared/styles/custom.css"); ?>" type="text/css"/>
<!-- Custom CSS -->
<link rel="stylesheet" href="<?= theme("assets/css/custom.css") ?>">
<style>
@media (min-width: 992px) {
.position-lg-sticky {
top: 80px;
}
}
</style>
<?= $this->section("css");
// session_destroy()
?>
</head>
<div class="ajax_response"> <?= flash(); ?></div>
<div class="ajax_load" style="z-index: 9999 !important;">
<div class="ajax_load_box">
<div class="ajax_load_box_circle"></div>
<p class="ajax_load_box_title">Aguarde, carregando...</p>
</div>
</div>
<body class="stretched bg-white">
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix" style="height: 700px; position: absolute; top:0; bottom: 0; left: 0; right: 0; margin: auto;">
<?= $this->section("content"); ?>
<!-- Footer
============================================= -->
</div><!-- #wrapper end -->
<!-- JavaScripts
============================================= -->
<script src="<?= theme("/assets/js/functions.bundle.js"); ?>"></script>
<script src="<?= theme("/assets/js/plugins.min.js"); ?>"></script>
<script src="<?= theme("/assets/js/scripts.js"); ?>"></script>
<script src="<?= url("/shared/scripts/jquery.form.js"); ?>"></script>
<script src="<?= url("/shared/scripts/jquery-ui.js"); ?>"></script>
<script src="<?= url("/shared/scripts/jquery.mask.js"); ?>"></script>
<script src="<?= url("/shared/plugin/czm-chat-support.min.js"); ?>"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/skrollr/0.6.30/skrollr.min.js"></script>
<script>!SEMICOLON.Mobile.any() && skrollr.init({forceHeight: false});</script>
<script>
$(function () {
$(".pix").click(function () {
var copiedtext = $(this).text();
if (navigator.clipboard) {
navigator.clipboard.writeText(copiedtext)
.then(() => {
alert("Pix copiado com sucesso. Basta usar essa chave copiada como chave aleatória no seu banco")
})
.catch((error) => {
alert("Problema ao copiar");
});
} else {
alert("Problema ao copiar");
}
});
});
</script>
</body>
</html>