File: //home/artinside/sites.artinside.com.br/mainpro/themes/web/_maintenance.php
<!DOCTYPE html>
<html lang="pt-br">
<head>
<?= scripts("google_tags"); ?>
<meta charset="UTF-8">
<meta name="mit" content="2019-08-14T09:04:15-03:00+336">
<meta name="viewport" content="width=device-width,initial-scale=1">
<?= $head; ?>
<link rel="icon" type="image/png" href="<?= theme("/assets/images/favicon.png"); ?>"/>
<link href="https://fonts.googleapis.com/css?family=Exo+2:400,500,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="<?= theme("/assets/css/bootstrap.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/css/style.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/css/bootstrap.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/css/dark.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/shop/css/fonts.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/shop/shop.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/css/swiper.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/css/font-icons.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/css/animate.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/css/magnific-popup.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/css/responsive.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= url("/shared/styles/custom.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= url("/shared/styles/font-awesome-pro/css/all.css"); ?>" type="text/css" />
<!-- THEME CSS-->
<link rel="stylesheet" href="<?= theme("/assets/css/colors.php?color=D39F00"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/css/fonts/zapf.css"); ?>" type="text/css" />
<link rel="stylesheet" href="<?= theme("/assets/css/front-custom.css"); ?>" type="text/css" />
<?= $this->section("css");
// session_destroy()
?>
<!-- Para usar utilize:
$this->start("css");
Aqui vai o código CSS.
Para terminar use:
$this->end(); -->
</head>
<div class="ajax_response"> <?= flash(); ?></div>
<body class="stretched side-push-panel" data-theme="<?= theme()?>">
<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>
<?= $this->section("content"); ?>
</div><!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>
<script src="<?= theme("/assets/js/jquery.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="<?= theme("/assets/js/plugins.js"); ?>"></script>
<script src="<?= theme("/assets/js/functions.js"); ?>"></script>
<script src="<?= theme("/assets/js/scripts.js"); ?>"></script>
<!-- Para usar utilize:
$this->start("scripts");
Aqui vai o código CSS.
Para terminar use:
$this->end(); -->
<?= $this->section("scripts"); $this->insert("views/side-panel");?>
<script>
jQuery(document).ready( function($){
var newDate = new Date(2019, 9, 31);
$('#countdown-ex1').countdown({until: newDate});
});
</script>
</body>
</html>