/templates/admin/menus.xml
<menu url="?op=Dashboard" localeId="dashboard"> 
	<Index url="/">
	</Index>
	<Manage url="?op=Manage">
	    <managePosts ignoreBreadCrumbs="1">
	       <newPost url="?op=newPost" />		
	       <editPosts url="?op=editPosts"/>
	       <editArticleCategories url="?op=editArticleCategories" />
	       <newArticleCategory url="?op=newArticleCategory" />
 		</managePosts>
.....
.....
新增代码
/local/locale_xxx.php
增加
$messages['Index'] = '返回Blog首页';
方便用户管理时随时转回Blog首页