0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: blog_post_author_info.tpl
<div class="author_info"> {if $blog_data.use_author eq 'y' || $blog_data.add_date eq 'y'} {tr}Published {/tr} {/if} {if $blog_data.use_author eq 'y'} {tr}by{/tr} {$post_info.user|userlink} {/if} {if $blog_data.add_date eq 'y'} {tr}on{/tr} {$post_info.created|tiki_short_date} {/if} {if $blog_data.show_avatar eq 'y'} {$post_info.avatar} {/if} </div>