|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
{* |
|
|
|
|
show_header and show_footer templates are only called when using the Display::display_header and Display::display_footer |
|
|
|
|
for backward compatibility we suppose that the default layout is one column which means ausing a div with class span12 |
|
|
|
|
for backward compatibility we suppose that the default layout is one column which means using a div with class span12 |
|
|
|
|
*} |
|
|
|
|
{include file="default/layout/main_header.tpl"} |
|
|
|
|
{if $show_header} |
|
|
|
|
@ -8,7 +8,8 @@ |
|
|
|
|
<div id="plugin_content_top" class="span12"> |
|
|
|
|
{$plugin_content_top} |
|
|
|
|
</div> |
|
|
|
|
{/if} |
|
|
|
|
{/if} |
|
|
|
|
<div class="span12"> |
|
|
|
|
{include file="default/layout/page_body.tpl"} |
|
|
|
|
<section id="main_content"> |
|
|
|
|
{include file="default/layout/page_body.tpl"} |
|
|
|
|
{/if} |