]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/misc.tmpl
need to build to get the pot
[ikiwiki.git] / templates / misc.tmpl
index 442db8c21cafb4589680978500b23ccad83f0018..32e2c934eac8fe8efdade8b40bbf3081293d7391 100644 (file)
@@ -2,16 +2,21 @@
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
 <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 STYLEURL>" type="text/css" />
+<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>
 
-<div id="header">
-<h1>
+<div class="header">
+<span>
 <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
-</h1>
+</span>
 </div>
 
 <div id="content">