diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 15:38:45 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 15:38:45 +0200 |
commit | 0ee2e710fa9d8cebce9d0c2c2977dfb777c6ec81 (patch) | |
tree | 4010d9217532dca445afc261c6ecc46b790c7c39 | |
parent | bdb4aed915f4c1c5b4cab75ff785494a8edad6a2 (diff) | |
parent | 6ce7518fa8e26c19bf98ef739b54423899cd95fa (diff) |
Merge branch 'wian' into allinone-nonedit
-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> |