]> sipb.mit.edu Git - ikiwiki.git/blob - doc/css_market/02_template.tmpl
* Htmlize parameters passed to the template preprocessor directive before
[ikiwiki.git] / doc / css_market / 02_template.tmpl
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>