{if $type!=='index'}您现在的位置是:首页{if $type=='category'||$type=='article'}{php}$html='';function navcate($id){global $html;$cate = new Category;$cate->LoadInfoByID($id);$html =' > '.$cate->Name.''.$html;if(($cate->ParentID)>0){navcate($cate->ParentID);}}if($type=='category'){navcate($category->ID);}else{navcate($article->Category->ID);}global $html;echo $html;{/php}{if $type=='article'} > 正文{/if}{else} > {$title}{/if}{/if}