blob: e35c5eb056b3f56a3d1fe2a8fcaccb0e3a9a4efc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- /usr/share/ikiwiki/templates/page.tmpl 2007-12-03 20:09:46.000000000 +0100
+++ templates/page.tmpl 2007-12-05 21:15:38.000000000 +0100
@@ -14,6 +14,9 @@
</head>
<body>
+<div id="pagestyle">
+<div id="pagehead">
+</div>
<div class="header">
<span>
<TMPL_LOOP NAME="PARENTLINKS">
@@ -111,5 +100,7 @@
<!-- from <TMPL_VAR NAME=WIKINAME> -->
</div>
+</div>
+
</body>
</html>
|