0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: blog_post_postbody_title.tpl
<div class="clearfix postbody-title"> <div class="title"> {if $blog_post_context eq 'view_blog'} <h2>{object_link type="blog post" id=$post_info.postId title=$post_info.title}</h2> {else} <h2>{$post_info.title|escape}</h2> {/if} </div> {if $blog_post_context eq 'preview'} {include file='freetag_list.tpl' freetags=$post_info.freetags links_inactive='y'} {else} {include file='freetag_list.tpl' freetags=$post_info.freetags} {/if} </div>