parent
06b67b1c24
commit
fd439f67ba
@ -1,7 +1,9 @@ |
||||
{* html -> skip *} |
||||
{include file="default/layout/main_header.tpl"} |
||||
{* header *} |
||||
|
||||
{block name="header"}{/block} |
||||
|
||||
{* body *} |
||||
{block name="body"}{/block} |
||||
|
||||
{* footer *} |
||||
{include file="default/layout/main_footer.tpl"} |
||||
{block name="footer"}{/block} |
@ -1,9 +1,8 @@ |
||||
<div class="clear"> </div> <!-- 'clearing' div to make sure that footer stays below the main and right column sections --> |
||||
<div class="clear"> </div> <!-- 'clearing' div to make sure that footer stays below the main and right column sections --> |
||||
</div> <!-- end of #main" started at the end of banner.inc.php --> |
||||
|
||||
</div> <!-- end of #main" started at the end of banner.inc.php --> |
||||
<div class="push"></div> |
||||
</div> <!-- end of #wrapper section --> |
||||
{block name="footer"}{/block} |
||||
{include file="default/layout/footer.tpl"} |
||||
</body> |
||||
</html> |
Loading…
Reference in new issue