Added favicon support.
This commit is contained in:
parent
4c80c7a559
commit
15fde31079
2 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ sub getStyle {
|
|||
<head>
|
||||
<title>';
|
||||
$header .= $session{page}{title}.' - '.$session{setting}{companyName};
|
||||
$header .= '</title>'
|
||||
$header .= '</title><link REL="icon" HREF="'.$session{setting}{lib}.'/favicon.png" TYPE="image/png">'
|
||||
.$style{styleSheet}
|
||||
.$session{page}{metaTags};
|
||||
if ($session{var}{adminOn}) {
|
||||
|
|
|
|||
BIN
www/extras/favicon.png
Normal file
BIN
www/extras/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 250 B |
Loading…
Add table
Add a link
Reference in a new issue