{$language['breadcrumb']}:{$language['home']}
{if $type=='index'}{$language['previous']}{$title}
{elseif $type=='category'}{fui_blog_navcate($category->ID)}
{elseif $type=='article'}{fui_blog_navcate($article->Category->ID)}{$language['content']}
{elseif $type=='page'}{$title}
{elseif $type=='tag'}Tags:{$title}
{elseif $type=='author'}{$title}{$language['pubcontent']}
{elseif $type=='date'}{$title}
{elseif $type=='search'}
{php}
$title = str_replace("搜索", "", $title);
$title = str_replace("Search", "", $title);
{/php}
{$language['search']}{$title} {$language['Resultsdisplayed']}
{else}{$title}
{/if}