Posted on 2008-04-14 21:42
Glen-Seto 阅读(155)
评论(0) 编辑 收藏 所属分类:
Jetspeed2学习笔记
默认使用的tigris的装饰器,在最左边会出现一个链接到Jetspeed2网站的东西,去掉的办法如下:
在webapps\jetspeed\decorations\layout\tigris\header.vm中去掉
#if(!$navigationsStandardMenu.empty)
<td valign="top" id="leftcol" >
<div id="navcolumn">
<table cellpadding="0" cellspacing="4" border="0" width="100%">
#includeLinksWithIconNavigation($navigationsStandardMenu $TOP_TO_BOTTOM)
</table>
</div>
</td>
#end
重新启动看看效果吧