@@ -14,8 +14,8 @@ use Enjoy\HttpStatusCode\Statuscodes;
1414 <title><?= $ this ->base_data ['TITLE ' ]; ?> </title>
1515 <meta charset="utf-8">
1616 <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">
1919 <?php foreach ($ this ->css as $ style ): ?>
2020 <link rel="stylesheet" href="<?= $ style ?> ">
2121 <?php endforeach ; ?>
@@ -342,7 +342,8 @@ if (!empty($extras)):
342342<?php endforeach ; ?>
343343<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
344344<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>
346347<script><?= Minifier::minify_js (file_get_contents ($ this ->find_include_file ($ this ->template , 'js ' ), true )); ?> </script>
347348</body>
348349</html>
0 commit comments