diff options
Diffstat (limited to 'mentions-legales.php')
| -rw-r--r-- | mentions-legales.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mentions-legales.php b/mentions-legales.php index e42f363..c68c415 100644 --- a/mentions-legales.php +++ b/mentions-legales.php @@ -14,6 +14,8 @@ $dap_current_env = dap_get_current_env(); <?php if ($dap_current_env === 'production') { echo '<link rel="stylesheet" href="assets/css/style.css" />'; + } else { + echo '<script src="assets/js/style.js"></script>'; } ?> </head> |
