mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Modificada en el layout vendors -
This commit is contained in:
@ -52,28 +52,28 @@ $settings = $session->get('settings');
|
||||
/>
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendors/fonts/fontawesome.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendors/fonts/tabler-icons.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendors/fonts/flag-icons.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendor/fonts/fontawesome.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendor/fonts/tabler-icons.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendor/fonts/flag-icons.css' ?>"/>
|
||||
|
||||
<!-- Core CSS -->
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendors/css/rtl/core-dark.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendors/css/rtl/theme-default-dark.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendor/css/rtl/core-dark.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendor/css/rtl/theme-default-dark.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/css/safekat.css' ?>"/>
|
||||
|
||||
<!-- Vendors CSS -->
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendors/libs/perfect-scrollbar/perfect-scrollbar.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendors/libs/node-waves/node-waves.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendors/libs/typeahead-js/typeahead.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendors/libs/toastr/toastr.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendor/libs/perfect-scrollbar/perfect-scrollbar.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendor/libs/node-waves/node-waves.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendor/libs/typeahead-js/typeahead.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendor/libs/toastr/toastr.css' ?>"/>
|
||||
|
||||
<!-- Vendor -->
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendors/libs/formvalidation/dist/css/formValidation.min.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendor/libs/formvalidation/dist/css/formValidation.min.css' ?>"/>
|
||||
|
||||
<!-- Page CSS -->
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendors/css/pages/page-auth.css' ?>"/>
|
||||
<link rel="stylesheet" href="<?= $baseThemeUrl . '/vendor/css/pages/page-auth.css' ?>"/>
|
||||
<!-- Helpers -->
|
||||
<script src="<?= $baseThemeUrl . '/vendors/js/helpers.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendor/js/helpers.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/js/config.js' ?>"></script>
|
||||
</head>
|
||||
<body>
|
||||
@ -85,15 +85,15 @@ $settings = $session->get('settings');
|
||||
|
||||
<!-- Required vendors -->
|
||||
<!-- Core JS -->
|
||||
<script src="<?= $baseThemeUrl . '/vendors/libs/jquery/jquery.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendors/libs/popper/popper.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendors/js/bootstrap.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendors/libs/perfect-scrollbar/perfect-scrollbar.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendors/libs/node-waves/node-waves.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendors/libs/hammer/hammer.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendors/libs/i18n/i18n.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendors/libs/typeahead-js/typeahead.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendors/js/menu.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendor/libs/jquery/jquery.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendor/libs/popper/popper.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendor/js/bootstrap.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendor/libs/perfect-scrollbar/perfect-scrollbar.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendor/libs/node-waves/node-waves.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendor/libs/hammer/hammer.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendor/libs/i18n/i18n.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendor/libs/typeahead-js/typeahead.js' ?>"></script>
|
||||
<script src="<?= $baseThemeUrl . '/vendor/js/menu.js' ?>"></script>
|
||||
|
||||
<!-- Main JS -->
|
||||
<script src="<?= $baseThemeUrl . '/js/main.js' ?>"></script>
|
||||
|
||||
Reference in New Issue
Block a user