aboutsummaryrefslogtreecommitdiff
path: root/doc/css_market
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-05 15:17:18 -0500
committerJoey Hess <joey@kitenet.net>2007-12-05 15:17:18 -0500
commit5e74b79b73f4b1955415c3a74c2b3ea0ee21bf2a (patch)
tree3c42d1dfe97ed0c1bd9c57d39452f6ff1b8cac67 /doc/css_market
parent7f4825928325021a66e400c2e84bac9c52dd99f9 (diff)
downloadikiwiki-5e74b79b73f4b1955415c3a74c2b3ea0ee21bf2a.tar
ikiwiki-5e74b79b73f4b1955415c3a74c2b3ea0ee21bf2a.tar.gz
web commit by maxx: diff for page.tmpl
Diffstat (limited to 'doc/css_market')
-rw-r--r--doc/css_market/02_template.tmpl.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/css_market/02_template.tmpl.mdwn b/doc/css_market/02_template.tmpl.mdwn
new file mode 100644
index 000000000..e35c5eb05
--- /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>