diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 15:36:42 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 15:36:42 +0200 |
commit | 51095ab12dd01180fb6061e0baae9b5448808f6a (patch) | |
tree | 486d0d783a724cf2dc716187a90dd3a586b0095c /misc.tmpl | |
parent | 0566da00c274e7d20122f1f73bb43472d6ebbc06 (diff) | |
parent | 3eb7f68b5f549ba5f82ddd17210f9959a9d0ce9a (diff) |
Merge branch 'wian-nb' into allinone-nb
Diffstat (limited to 'misc.tmpl')
-rw-r--r-- | misc.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,19 +30,25 @@ isn't that nice to know? --> </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> |