summaryrefslogtreecommitdiff
path: root/templates/view_blog_post_xml.tpl
blob: 3b02ea696c30a85c340f4332a1da7d6c31e4b452 (plain)
1
2
3
4
5
6
7
8
{if $smarty.request.format !== 'full'}
	{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$post_info}<br/>
	{* this bit is a hack to account for how parser treats splits *}
	{if $smarty.request.format == 'more'}<br/>{/if}
	{$parsed_data}
{else}
	{include file="bitpackage:blogs/view_blog_post.tpl"}
{/if}