Fixed favicon link in template
This commit is contained in:
parent
300b754e43
commit
03f783bc85
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ require_once $relativePath.'includes/score_functions.php';
|
|||
<link rel="stylesheet" type="text/css" media="screen" href="<?= $relativePath ?>assets/css/score.css">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="<?= $relativePath ?>assets/css/hamburger.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Eagle+Lake|Raleway|Russo+One" rel="stylesheet">
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="shortcut icon" href="<?= $relativePath ?>favicon.ico">
|
||||
<title><?= $pageTitle ?> | INSAT Accueil 2019</title>
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in a new issue