]> git.p6c8.net - jirafeau.git/blobdiff - lib/template/header.php
[FEATURE] Enable custom favicons
[jirafeau.git] / lib / template / header.php
index f984e1c14392cbe860bb0eeb74bd5d794fd2f9c7..f03b2bacbbb925091f92b30496e920b984e573b9 100644 (file)
@@ -7,6 +7,7 @@ header('x-ua-compatible: ie=edge');
 <head>
   <meta charset="utf-8">
   <title><?php echo (true === empty($cfg['title']))? t('Jirafeau, your web file repository') : $cfg['title']; ?></title>
+  <link rel="shortcut icon" href="<?php echo JIRAFEAU_ABSPREFIX . 'media/' . $cfg['style'] . '/favicon.ico'; ?>">
   <link href="<?php echo JIRAFEAU_ABSPREFIX . 'media/' . $cfg['style'] . '/style.css.php'; ?>" rel="stylesheet" type="text/css" />
 </head>
 <body>

patrick-canterino.de