|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/.trash/app.bak300125/Views/admin/layout/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<!--begin::Head-->
<base href="<?= base_url() ?>/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="shortcut icon" href="assets/theme/admin/images/favicon.ico">
<?php
if (getenv('PS_MAINTENANCE') == 'FALSE') {
?>
<title>Login</title>
<?
} else {
?>
<title>Maintenance on Progress</title>
<?php
}
?>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="article"/>
<!--begin::Fonts-->
<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=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<!--end::Fonts-->
<link href="assets/theme/admin/login/css/style.bundle.css" rel="stylesheet" type="text/css"/>
<!-- Sweet Alert 2 -->
<script src="assets/theme/admin/login/js/sweetalert2.min.js"></script>
<link href="assets/theme/admin/login/css/sweetalert2.min.css" rel="stylesheet" type="text/css">
<!-- End Sweet Alert 2 -->
<!-- <script src="https://www.google.com/recaptcha/api.js?render=6LfazIgaAAAAAJCJqdle2k1dOgx_bEBVSgMzG1-s"></script>-->
<!-- <script>-->
<!-- grecaptcha.ready(function () {-->
<!-- grecaptcha.execute('6LfazIgaAAAAAJCJqdle2k1dOgx_bEBVSgMzG1-s', {action: 'loginadmin'}).then(function (token) {-->
<!-- document.getElementById('g-recaptcha-response').value = token;-->
<!-- });-->
<!-- });-->
<!-- </script>-->
</head>
<!--end::Head-->
<!--begin::Body-->
<!-- Content -->
<?= $this->renderSection('content') ?>
<!-- end: Content -->
</html>