@@ -14,8 +14,8 @@ use Enjoy\HttpStatusCode\Statuscodes;
14
14
<title><?= $ this ->base_data ['TITLE ' ]; ?> </title>
15
15
<meta charset="utf-8">
16
16
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
17
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1 /css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB " crossorigin="anonymous">
18
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12 /css/all.css" integrity="sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9 " crossorigin="anonymous">
17
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3 /css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO " crossorigin="anonymous">
18
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2 /css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay " crossorigin="anonymous">
19
19
<?php foreach ($ this ->css as $ style ): ?>
20
20
<link rel="stylesheet" href="<?= $ style ?> ">
21
21
<?php endforeach ; ?>
@@ -342,7 +342,8 @@ if (!empty($extras)):
342
342
<?php endforeach ; ?>
343
343
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
344
344
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
345
- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
345
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" integrity="sha256-m1eTvwEHwmsw4+XKF7BshClVJEPwTVycveNl0CS0Mkk=" crossorigin="anonymous"></script>
346
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
346
347
<script><?= Minifier::minify_js (file_get_contents ($ this ->find_include_file ($ this ->template , 'js ' ), true )); ?> </script>
347
348
</body>
348
349
</html>
0 commit comments