{* $Id$ *} {if $blog_data.use_title eq 'y'} {capture name="blog_actions"}{/capture}{include file='blog_actions.tpl'} {title actions="{$smarty.capture.blog_actions}"}{$title}{/title} {/if} {if $blog_data.use_description eq 'y' && $description neq ""}
{$description|escape}
{/if} {if $blog_data.use_breadcrumbs eq 'y'} {/if} {* Below is example code if you wish to add more info to the default blog heading * remove the line above (starting curly bracket then asterisk) and the last line to enable
{tr}Created by{/tr} {$creator|userlink} {$created|tiki_short_datetime:on}
{tr}Last post{/tr} {$lastModif|tiki_short_datetime}
({$posts} {tr}Posts{/tr} | {$hits} {tr}Visits{/tr} | {tr}Activity={/tr}{$activity|string_format:"%.2f"})
*}