diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 14:45:23 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 14:45:23 +0200 |
commit | 6ce7518fa8e26c19bf98ef739b54423899cd95fa (patch) | |
tree | c756bc38e64799907e65841f226d38f549a6e4a7 /misc.tmpl | |
parent | 5dc80c0e82981ddad8939a91cf335f66d7f4aa92 (diff) |
Add container and wrapper div to misc.tmpl.
Diffstat (limited to 'misc.tmpl')
-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> |