Igualando a rama dev/formateando

This commit is contained in:
imnavajas
2023-05-16 10:49:31 +02:00
parent ea0c714550
commit ec2835ad59
18 changed files with 294 additions and 892 deletions

View File

@ -57,8 +57,8 @@ if (!empty($token) && $tfa == false) {
<link rel="manifest" href="<?= site_url('themes/vuexy/img/favicon/manifest.json') ?>">
<!-- Fonts -->
<link rel="preconnect" href="https:/fonts.googleapis.com"/>
<link rel="preconnect" href="https:/fonts.gstatic.com" crossorigin/>
<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=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet"
@ -78,6 +78,8 @@ if (!empty($token) && $tfa == false) {
<link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/libs/perfect-scrollbar/perfect-scrollbar.css') ?>"/>
<link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/libs/node-waves/node-waves.css') ?>"/>
<link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/libs/typeahead-js/typeahead.css') ?>"/>
<link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/libs/toastr/toastr.css') ?>"/>
<!-- Vendor -->
<link rel="stylesheet"
href="<?= site_url('themes/vuexy/vendor/libs/formvalidation/dist/css/formValidation.min.css') ?>"/>
@ -91,9 +93,9 @@ if (!empty($token) && $tfa == false) {
<?php
if ($settings['captcha_gateway'] == 'recaptcha') {
echo "<script src='https:/www.google.com/recaptcha/api.js' async defer></script>";
echo "<script src='https://www.google.com/recaptcha/api.js' async defer></script>";
} else {
echo "<script src='https:/www.hCaptcha.com/1/api.js' async defer></script>";
echo "<script src='https://www.hCaptcha.com/1/api.js' async defer></script>";
}
?>
</head>