Skip to content

Commit

Permalink
fix: update favicon path to align with olcs-selfserve (dvsa/olcs-in…
Browse files Browse the repository at this point in the history
  • Loading branch information
sanakhandvsa authored Feb 16, 2024
1 parent 78508f7 commit c445c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/internal/module/Olcs/view/partials/head.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
{
echo $this->headTitle(strip_tags($this->title));
echo $this->headMeta()->appendName('viewport', 'width=device-width, initial-scale=1.0')->appendHttpEquiv('X-UA-Compatible', 'IE=edge');
echo $this->headLink(['rel' => 'icon', 'href' => $this->assetPath('/images/bitmap/favicon.ico'), 'type' => 'image/x-icon'], 'PREPEND');
echo $this->headLink(['rel' => 'icon', 'href' => $this->assetPath('/assets/images/favicon.ico'), 'type' => 'image/x-icon'], 'PREPEND');
echo $this->headLink()->appendStylesheet($this->assetPath('/styles/' . $this->applicationName() . '.css'));
echo $this->headScript();
}
?>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<![endif]-->

0 comments on commit c445c68

Please sign in to comment.