Is there a way to remove "View All site Contents" from the quick launch list onthe left?
You can override the appropriate CSS class (e.g. set "display:none") to hidethat entry...or you could modify the Master Page and add Visible="False" to theappropriate SPLinkButton control...or you could install a solution built by Mark Wagner (www.crsw.com/mark/Lists/Posts/Post.aspx?ID=36 ).