diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 22:22:00 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 22:22:00 +0000 |
commit | fa6852bb7c6d8054bccc90f5095fcefe85052080 (patch) | |
tree | a09137e01bc59144b6ffaf8df04fb2e74dd80f2f | |
parent | 8992e4de2db658c6e19dd36bb7a0b08357e66932 (diff) |
remove empty footer, doesn't play well with new css
-rw-r--r-- | templates/misc.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/misc.tmpl b/templates/misc.tmpl index 32e2c934e..56be11107 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -23,9 +23,5 @@ <TMPL_VAR PAGEBODY> </div> -<div id="footer"> -<!-- from <TMPL_VAR NAME=WIKINAME> --> -</div> - </body> </html> |