]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/recentchanges.tmpl
test 5
[ikiwiki.git] / templates / recentchanges.tmpl
index 726e52f6492051e6c7092fa8942c25982c2fd540..e03482f43f6629cfc46ef10edb708e5ddfe7c465 100644 (file)
@@ -1,12 +1,15 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <base href="<TMPL_VAR BASEURL>" />
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <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>
 
@@ -36,7 +39,7 @@
                <TMPL_LOOP NAME="PAGES">
                        <TMPL_IF NAME="DIFFURL">
                                <a href="<TMPL_VAR NAME="DIFFURL">">
-                               <img alt="diff" src="wikiicons/diff.png" style="border-style: none" />
+                               <img alt="diff" src="wikiicons/diff.png" />
                                </a>
                                <TMPL_VAR NAME="LINK">
                        <TMPL_ELSE>
@@ -60,7 +63,9 @@
 </table>
 </div>
 
+<div id="footer">
 <!-- from <TMPL_VAR NAME=WIKINAME> -->
+</div>
 
 </body>
 </html>