I have the following markup in my onet file. All i want to do is show these 2 sections in the quick launch area and NOTHING else. The code below adds these 2 sections but also adds extra sections e.g. Libraries, Recently Modified
I dont want to add css or javascript to hide unwanted navbars.
<NavBars>
<NavBar Name="a" Url="myurl1" ID="1008">
<NavBarPage Name="b" Url="myurl2" />
<NavBarPage Name="c" Url="myurl3" />
</NavBar>
<NavBar Name="d" Url="myurl4" ID="1009">
<NavBarPage Name="e" Url="myurl5" />
</NavBar>
<NavBars>
How do i do this in the onet file?