]> sipb.mit.edu Git - ikiwiki.git/blob - templates/misc.tmpl
move recentchanges link enabling into a pagetemplate hook
[ikiwiki.git] / templates / misc.tmpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <base href="<TMPL_VAR BASEURL>" />
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title><TMPL_VAR TITLE></title>
8 <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
9 <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
10 <TMPL_IF NAME="FAVICON">
11 <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
12 </TMPL_IF>
13 </head>
14 <body>
15
16 <div class="header">
17 <span>
18 <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
19 </span>
20 </div>
21
22 <div id="content">
23 <TMPL_VAR PAGEBODY>
24 </div>
25
26 <div id="footer">
27 <!-- from <TMPL_VAR NAME=WIKINAME> -->
28 </div>
29
30 </body>
31 </html>