diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 15:35:33 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 15:35:33 +0200 |
commit | cce787d58948b917df73f5357a8371e6d8beda5c (patch) | |
tree | 5bfc4748eb3aaefbd7e877f3607bbe67bf9a55c4 /misc.tmpl | |
parent | ed2fc587864d064c2573132679281539d1c7fd23 (diff) | |
parent | 6ce7518fa8e26c19bf98ef739b54423899cd95fa (diff) |
Merge branch 'wian' into allinone
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> |