{extends file="default/layout/main.tpl"} {* Header *} {block name="header"} {if $show_header} {include file="default/layout/main_header.tpl"} {/if} {/block} {* 1 column *} {block name=body} {* Plugin top *} {if !empty($plugin_content_top)}
{$plugin_content_top}
{/if}
{include file="default/layout/page_body.tpl"} {if !empty($content)}
{$content}
{/if}  
{* Plugin bottom *} {if !empty($plugin_content_bottom)}
{$plugin_content_bottom}
{/if} {/block} {* Footer *} {block name=footer} {if $show_footer == 1} {include file="default/layout/main_footer.tpl"} {/if} {/block}