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.
 
 
 
 
 
 

26 lines
1.3 KiB

{* $Id$ *}
<header class="clearfix card-header p-0">
<div class="blog-postbody-title">
{if $blog_post_context eq 'view_blog'}
<h2 class="card-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'}
{elseif $blog_post_context eq 'excerpt'}
<bold>{object_link type="blog post" id=$post_info.postId title=$post_info.title}</bold>
{else}
<h2 class="card-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}
<a aria-hidden="true" class="tiki_anchor" href="{$post_info.postId|sefurl:blogpost}" title="{tr}permanent link{/tr}">{icon name="link"}</a>
</h2>
{include file='blog_post_actions.tpl'}
{/if}
{include file='blog_post_author_info.tpl'}
</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>