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.
 
 
 
 
 
 

25 lines
1.4 KiB

{* $Id$ *}
<header class="clearfix panel-heading">
<div class="blog-postbody-title">
{if $blog_post_context eq 'view_blog'}
<h2 class="panel-title">
{object_link type="blog post" id=$post_info.postId title=$post_info.title}{if $post_info.priv eq 'y'} <span class="label label-warning">{tr}private{/tr}</span>{/if}
</h2>
{* {include file='blog_post_actions.tpl'} Moved to blog_wrapper.tpl in this theme. *}
{elseif $blog_post_context eq 'excerpt'}
<bold>{object_link type="blog post" id=$post_info.postId title=$post_info.title}</bold>
{else}
<h2 class="panel-title">
{object_link type="blog post" id=$post_info.postId title=$post_info.title}{if $post_info.priv eq 'y'} <span class="label label-warning">{tr}private{/tr}</span>{/if}
</h2>
<a aria-hidden="true" class="tiki_anchor" href="{$post_info.postId|sefurl:blogpost}" title="{tr}permanent link{/tr}">{icon name="link"}</a>
{* {include file='blog_post_actions.tpl'} Moved to blog_wrapper.tpl in this theme. *}
{/if}
{* {include file='blog_post_author_info.tpl'} Moved to blog_wrapper.tpl in this theme. *}
</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}
</header>