add general shortcut icon in html header
This commit is contained in:
parent
1f2a843d05
commit
e353aeb55f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=32936
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.34 2007/03/19 18:15:27 danger Exp $
|
||||
# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.35 2007/12/31 22:20:54 delphij Exp $
|
||||
#
|
||||
# Perl routines to encapsulate various elements of HTML page style.
|
||||
|
||||
|
@ -172,6 +172,7 @@ $html
|
|||
<link rel="alternate stylesheet" media="screen"
|
||||
href="$hsty_base/layout/css/fixed_large.css" type="text/css"
|
||||
title="Large Text" $endslash>
|
||||
<link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" />
|
||||
$csshack
|
||||
<script type="text/javascript" src="$hsty_base/layout/js/styleswitcher.js">
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue