]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/misc.tmpl
Remove img style attribute from recentchanges.tmpl; the default style.css covers this.
[ikiwiki.git] / templates / misc.tmpl
index d6be08a6189404df7aad4662ea7dabfdfd8eba9d..56be11107d9e077d51783086264974e7eb8afb9c 100644 (file)
@@ -7,6 +7,9 @@
 <title><TMPL_VAR TITLE></title>
 <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
 <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
+<TMPL_IF NAME="FAVICON">
+<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
+</TMPL_IF>
 </head>
 <body>
 
@@ -20,9 +23,5 @@
 <TMPL_VAR PAGEBODY>
 </div>
 
-<div id="footer">
-<!-- from <TMPL_VAR NAME=WIKINAME> -->
-</div>
-
 </body>
 </html>