From 7e44660a89b7df267e9fc1535cd528739f6a9a55 Mon Sep 17 00:00:00 2001 From: Julien Guittard Date: Sun, 13 Oct 2024 15:04:59 +0200 Subject: [PATCH] feat: fixed indentation Signed-off-by: Julien Guittard --- module/Application/view/layout/layout.phtml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index 3b93916..a7bd655 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -14,15 +14,15 @@ ->appendHttpEquiv('X-UA-Compatible', 'IE=edge') ?> - + headLink([ - 'rel' => 'shortcut icon', - 'type' => 'image/vnd.microsoft.icon', - 'href' => $this->basePath() . '/img/favicon.ico' - ]) + 'rel' => 'shortcut icon', + 'type' => 'image/vnd.microsoft.icon', + 'href' => $this->basePath() . '/img/favicon.ico' + ]) ->prependStylesheet($this->basePath('css/style.css')) - ->prependStylesheet($this->basePath('css/bootstrap.min.css')) - ?> + ->prependStylesheet($this->basePath('css/bootstrap.min.css')) ?> + headScript() ?>