{* $Id$ *} {include file='blog_post_postbody_title.tpl'} {include file='blog_post_postbody_content.tpl'} {if $blog_post_context neq 'excerpt' or $blog_post_context neq 'view_blog'} {if $blog_post_context neq 'print'} {else} {* Show copyright information in print view *} {if $blog_post_context neq 'plugin_preview'} {capture name='copyright_section'} {include file='show_copyright.tpl' copyright_context="blogpost"} {/capture} {* When copyright section is not empty show it *} {if $smarty.capture.copyright_section neq ''}
{$smarty.capture.copyright_section}
{/if} {/if} {/if} {/if}