control top menu of SPIP's default theme

Hello,
I want to know how can I control top menus of SPIP’s default theme.
1: My site has more than 30 sections and I want to appear only 8-9 specific sections and not all. SPIP default theme shows up all.
2: Another question is that how to change the same menu at the top to drop down menu.
Any help?
Thank you
Kamran

How to check the following loop?

<B_nav>


From: « kamran_mirhazar@yahoo.com » kamran_mirhazar@yahoo.com
To: spip-en spip-en@rezo.net
Sent: Saturday, April 6, 2013 11:49 AM
Subject: control top menu of SPIP’s default theme

Hello,
I want to know how can I control top menus of SPIP’s default theme.
1: My site has more than 30 sections and I want to appear only 8-9 specific sections and not all. SPIP default theme shows up all.
2: Another question is that how to change the same menu at the top to drop down menu.
Any help?
Thank you
Kamran

Le 06/04/13 17:29, kamran_mirhazar@yahoo.com a écrit :

<BOUCLE_nav(RUBRIQUES) {racine} {par num titre, titre}>

here you can specifie id_rubrique you only want to show :

<BOUCLE_nav(RUBRIQUES) {racine} {par num titre, titre} {id_rubrique IN 3,7,8,9,23}>

for only display the 5 sections 3, 7, 8, 9 and 23 in the menu