Remove Survey link in the team website

N

Noynoy

Hi,

How can the Surveys and Survey Template link in a team website be
removed? I want to have a template wherein when team sites are created
it won't have the Survey and Survey template link.

thanks in advance.

best rgds,

Noynoy
 
N

Noynoy

Hi Paul,

Thanks for the tip. I managed to removed the Survey and Survey
Template link by modifying the default.aspx and removed the following
entry:

<TR><TD class="ms-navheader"><A HREF="_layouts/<
%=System.Threading.Thread.CurrentThread.CurrentUICulture.LCID%>/
viewlsts.aspx?BaseType=4">Surveys</A></TD></TR>

The resulting team site after I published the project was the one I
expected.

rgds,

Noynoy
 
Top