You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
{* $Id$ *}
|
|
|
<div class="author_info">
|
|
|
{if $blog_data.show_avatar eq 'y'}
|
|
|
{$post_info.avatar}
|
|
|
{/if}
|
|
|
{if $blog_data.use_author eq 'y'}
|
|
|
{icon name="user" iclass="tips" ititle=":{tr}Published By{/tr}"}
|
|
|
{$post_info.user|userlink}
|
|
|
{/if}
|
|
|
{if $blog_data.add_date eq 'y'}
|
|
|
<span style="font-size: 80%">{icon name="clock-o" iclass="tips" ititle=":{tr}Publish Date{/tr}"}</span> {$post_info.created|tiki_long_date}
|
|
|
{/if}
|
|
|
</div>
|