repo.or.cz
/
ikiwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
response
[ikiwiki.git]
/
doc
/
css_market
/
02_template.tmpl
blob
e35c5eb056b3f56a3d1fe2a8fcaccb0e3a9a4efc
1
--- /usr/share/ikiwiki/templates/page.tmpl 2007-12-03 20:09:46.000000000 +0100
2
+++ templates/page.tmpl 2007-12-05 21:15:38.000000000 +0100
3
@@ -14,6 +14,9 @@
4
</head>
5
<body>
6
7
+<div id="pagestyle">
8
+<div id="pagehead">
9
+</div>
10
<div class="header">
11
<span>
12
<TMPL_LOOP NAME="PARENTLINKS">
13
@@ -111,5 +100,7 @@
14
<!-- from <TMPL_VAR NAME=WIKINAME> -->
15
</div>
16
17
+</div>
18
+
19
</body>
20
</html>