parent
59a8bc59a1
commit
df601766fb
@ -1,13 +1,7 @@ |
||||
{* html -> skip *} |
||||
{include file="default/layout/main_header.tpl"} |
||||
|
||||
{* wrapper -> submain *} |
||||
{include file="default/layout/main_pre_content.tpl"} |
||||
|
||||
{block name="body"}{/block} |
||||
|
||||
{* closing divs *} |
||||
{include file="default/layout/main_post_content.tpl"} |
||||
|
||||
{* footer *} |
||||
{include file="default/layout/main_footer.tpl"} |
||||
|
||||
@ -1,3 +1,9 @@ |
||||
<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} |
||||
</body> |
||||
</html> |
||||
|
||||
@ -1,6 +0,0 @@ |
||||
<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 --> |
||||
@ -1,12 +0,0 @@ |
||||
<div id="wrapper"> |
||||
{* Bug and help notifications *} |
||||
<ul id="navigation"> |
||||
{$help_content} |
||||
{$bug_notification_link} |
||||
</ul> |
||||
{include file="default/layout/header.tpl"} |
||||
|
||||
<div id="main"> |
||||
{* breadcrumb *} |
||||
{$header4} |
||||
<div id="submain"> |
||||
@ -1,3 +1 @@ |
||||
{include file="default/layout/main_post_content.tpl"} |
||||
|
||||
{include file="default/layout/main_footer.tpl"} |
||||
@ -1,3 +1 @@ |
||||
{include file="default/layout/main_header.tpl"} |
||||
|
||||
{include file="default/layout/main_pre_content.tpl"} |
||||
{include file="default/layout/main_header.tpl"} |
||||
Loading…
Reference in new issue