Loading module/Oscar/view/layout/layout.phtml +12 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,14 @@ $this->headScript(); <?= $this->Vite()->addJs('src/oscar-css.js'); ?> <style> body { display: none; opacity: 0; animation: opacity .3s; } </style> </head> <body class="privatize <?php Loading Loading @@ -483,6 +491,10 @@ echo getenv('APPLICATION_ENV') ?: 'development' ?>"> <a href="#" class="scrollup" title="Remonter en haut de cette page"><img alt="Remonter" src="<?php echo $this->basePath('/css/icon-top.png') ?>"/></a> <script> window.addEventListener('DOMContentLoaded', () => { document.body.style.display = 'block'; document.body.style.opacity = 1; }); window.flashMessage = function (type, content) { var message = $('<div class="flashmsg flashmsg-' + type + '">' Loading Loading
module/Oscar/view/layout/layout.phtml +12 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,14 @@ $this->headScript(); <?= $this->Vite()->addJs('src/oscar-css.js'); ?> <style> body { display: none; opacity: 0; animation: opacity .3s; } </style> </head> <body class="privatize <?php Loading Loading @@ -483,6 +491,10 @@ echo getenv('APPLICATION_ENV') ?: 'development' ?>"> <a href="#" class="scrollup" title="Remonter en haut de cette page"><img alt="Remonter" src="<?php echo $this->basePath('/css/icon-top.png') ?>"/></a> <script> window.addEventListener('DOMContentLoaded', () => { document.body.style.display = 'block'; document.body.style.opacity = 1; }); window.flashMessage = function (type, content) { var message = $('<div class="flashmsg flashmsg-' + type + '">' Loading