projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f48259
)
web commit by maxx: diff for page.tmpl
author
Joey Hess
<joey@kitenet.net>
Wed, 5 Dec 2007 20:17:18 +0000
(15:17 -0500)
committer
Joey Hess
<joey@kitenet.net>
Wed, 5 Dec 2007 20:17:18 +0000
(15:17 -0500)
doc/css_market/02_template.tmpl.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/css_market/02_template.tmpl.mdwn
b/doc/css_market/02_template.tmpl.mdwn
new file mode 100644
(file)
index 0000000..
e35c5eb
--- /dev/null
+++ b/
doc/css_market/02_template.tmpl.mdwn
@@ -0,0
+1,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>