Place the footer inside the container
This commit is contained in:
parent
dd8a8962db
commit
01c79a004b
1 changed files with 3 additions and 5 deletions
|
@ -140,8 +140,6 @@
|
||||||
</div>
|
</div>
|
||||||
</TMPL_IF>
|
</TMPL_IF>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<TMPL_IF HTML5><footer id="footer" class="pagefooter"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF>
|
<TMPL_IF HTML5><footer id="footer" class="pagefooter"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF>
|
||||||
<TMPL_UNLESS DYNAMIC>
|
<TMPL_UNLESS DYNAMIC>
|
||||||
<TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF>
|
<TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF>
|
||||||
|
@ -200,7 +198,7 @@ Last edited <TMPL_VAR MTIME>
|
||||||
<!-- from <TMPL_VAR WIKINAME> -->
|
<!-- from <TMPL_VAR WIKINAME> -->
|
||||||
<TMPL_IF HTML5></footer><TMPL_ELSE></div></TMPL_IF>
|
<TMPL_IF HTML5></footer><TMPL_ELSE></div></TMPL_IF>
|
||||||
|
|
||||||
<TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue