sipb-www
/
ikiwiki.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
avoid floating boxes running up against the line at the bottom of the page
[ikiwiki.git]
/
templates
/
misc.tmpl
diff --git
a/templates/misc.tmpl
b/templates/misc.tmpl
index 442db8c21cafb4589680978500b23ccad83f0018..d6be08a6189404df7aad4662ea7dabfdfd8eba9d 100644
(file)
--- a/
templates/misc.tmpl
+++ b/
templates/misc.tmpl
@@
-2,16
+2,18
@@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
"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>
<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" />
</head>
<body>
</head>
<body>
-<div
id
="header">
-<
h1
>
+<div
class
="header">
+<
span
>
<TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
<TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
-</
h1
>
+</
span
>
</div>
<div id="content">
</div>
<div id="content">