Changeset - ffb467b8f02b
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-07 02:16:34
bkuhn@ebb.org
Make sure shortcut icon is here.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
templates/page.tmpl
Show inline comments
 
<!DOCTYPE html>
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
  <head>
 
    <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 
    <meta charset="utf-8" />
 

	
 
    <title><TMPL_LOOP NAME="PARENTLINKS"><TMPL_VAR NAME=PAGE> &rarr; </TMPL_LOOP><TMPL_VAR TITLE></title>
 

	
 
    <TMPL_IF NAME="META"><TMPL_VAR META></TMPL_IF>
 
    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
 
    <!--[if lt IE 9]>
 
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
 
    <![endif]-->
 

	
 
    <!-- Le styles -->
 
    <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
0 comments (0 inline, 0 general)