diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 15:36:35 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 15:36:35 +0200 |
commit | 3eb7f68b5f549ba5f82ddd17210f9959a9d0ce9a (patch) | |
tree | 4e43c63ae91a541139f7322996bcc65fe1477cf1 | |
parent | 3812d24aae43f2584b1e6e9f938aa37611d44828 (diff) | |
parent | 6ce7518fa8e26c19bf98ef739b54423899cd95fa (diff) |
Merge branch 'wian' into wian-nb
-rw-r--r-- | misc.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,19 +17,25 @@ </head> <body> +<div id="container"> + <div class="header"> <span> <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE> </span> </div> +<div id="wrapper"> <div id="content"> <TMPL_VAR PAGEBODY> </div> +</div> <div id="footer"> <!-- from <TMPL_VAR NAME=WIKINAME> --> </div> +</div><!-- #container --> + </body> </html> |