{$str=">>"}
{$webname="1"}
{$hgroup="当前位置:"}
{$readtitle="1"}
{$hgroup} {if $webname==1}{$web['name']}{else}网站首页{/if}
{if $_GET['controller']==""||$_GET['controller']=="home"}
{$str} 网站首页
{elseif $_GET['controller']=="classify"}
{if $_GET['project']=="single"}
{loop M("module")->location($classid,$str) $k $v}
{$v}
{/loop}
{else}
{loop M("module")->location($id,$str) $k $v}
{$v}
{/loop}
{/if}
{elseif $_GET['controller']=="content"}
{loop M("module")->location($classid,$str) $k $v}
{$v}
{/loop}
{$str} {if $readtitle=="1"}{$title}{else}内容正文{/if}
{elseif $_GET['controller']=="message"}
{if $_GET['operate']=="add"}
{$str} 我要留言
{else}
{$str} 查看留言
{/if}
{elseif $_GET['controller']=="map"}
{$str} 网站地图
{elseif $_GET['controller']=="tags"}
{$str} 标签云
{else}
{$str} 返回首页
{/if}