Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
project version on css + js
Browse files Browse the repository at this point in the history
  • Loading branch information
BitDesert committed Apr 30, 2018
1 parent a7e8af4 commit f4d5ad9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions modules/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

</div><!-- /container -->

<script src="static/js/jquery-3.3.1.min.js"></script>
<script src="static/js/popper.min.js"></script>
<script src="static/js/bootstrap.min.js"></script>
<script src="static/js/handlebars-v4.0.11.js"></script>
<script src="static/js/jquery-3.3.1.min.js?v=<?php echo PROJECT_VERSION; ?>"></script>
<script src="static/js/popper.min.js?v=<?php echo PROJECT_VERSION; ?>"></script>
<script src="static/js/bootstrap.min.js?v=<?php echo PROJECT_VERSION; ?>"></script>
<script src="static/js/handlebars-v4.0.11.js?v=<?php echo PROJECT_VERSION; ?>"></script>
<script src="static/js/main.js?v=<?php echo PROJECT_VERSION; ?>"></script>

</body>
Expand Down
6 changes: 3 additions & 3 deletions modules/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="robots" content="noindex" />
<link rel="stylesheet" href="static/css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="static/css/fontawesome-all.min.css" media="screen">
<link rel="stylesheet" href="static/css/main.css" media="screen">
<link rel="stylesheet" href="static/css/bootstrap.min.css?v=<?php echo PROJECT_VERSION; ?>" media="screen">
<link rel="stylesheet" href="static/css/fontawesome-all.min.css?v=<?php echo PROJECT_VERSION; ?>" media="screen">
<link rel="stylesheet" href="static/css/main.css?v=<?php echo PROJECT_VERSION; ?>" media="screen">
<link rel="stylesheet" href="static/themes/<?php echo $themeChoice; ?>/css/theme.css?v=<?php echo PROJECT_VERSION; ?>" media="screen">
<link rel="icon" href="static/img/nano-mark-light.svg">
</head>
Expand Down

0 comments on commit f4d5ad9

Please sign in to comment.