Hi,
I'm creating a navigation using dwnavigation. I've added bootstrap to the site, so I wanna add some bootstrap classes to the <ul> within the navigation. However no classes are being added to the site:
I have this code in my master.html:
<ul class="dwnavigation nav navbar-nav navbar-right" id="navbar" settings="startlevel:1;endlevel:7;template:LIClean.xslt;parentid:5695;expandmode:all">
It should add the following classes: nav navbar-nav navbar-right - but none are being added. It just adds a simple <ul> without any classes.
Can you please help me out :-).
Regards
Martin