In my template i have this:
Code: Select all
<div id="page-menu">
          {menu template="cssmenu_ulshadow.tpl"}
</div>I checked the code on the page and it doesn't seem to be using the classes like the default template does when it uses that menu.
I'm getting:
Code: Select all
<div id="page-menu">
      <div id="menuwrapper">
           <ul id="primary-nav">
                <li><a ><span class="sectionheader">About</span></a>
                      <ul class="unli">
                           <li>
                                <a href="#"><span>Founder</span></a>
                           </li>
                           <li>
                                 <a href="#"><span>President</span></a>
                           </li>
                           <li class="separator once" style="list-style-type: none;"> </li>
                       </ul>
             </li>Why are the classes not showing up on my template?



