Skip to content

Commit

Permalink
Fixed layout.phtml as per review requests
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Richer [email protected] <[email protected]>
  • Loading branch information
visto9259 committed Jul 3, 2024
1 parent c3fd550 commit 0b5c11e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<?= $this->headLink([
'rel' => 'shortcut icon',
'type' => 'image/vnd.microsoft.icon',
'href' => $this->basePath() . '/img/favicon.ico'
'href' => $this->basePath('img/favicon.ico')
])
->prependStylesheet($this->basePath('css/style.css'))
->prependStylesheet('https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/bootstrap.min.css',
->prependStylesheet('https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css',
'screen', false, [
'integrity' => 'sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH',
'crossorigin' => 'anonymous'
Expand Down Expand Up @@ -74,7 +74,7 @@
</footer>
</div>
<?= $this->inlineScript()
->prependFile('https://cdn.jsdelivr.net/npm/[email protected].3/dist/js/bootstrap.bundle.min.js',
->prependFile('https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js',
'text/javascript', [
'integrity' => 'sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz',
'crossorigin' => 'anonymous'
Expand Down

0 comments on commit 0b5c11e

Please sign in to comment.