In this production site:

http://dellatorreargentina.com

everything go smoothly but the primary links write wrong HTML...

<ul class="menu"><li class="leaf first"><a href="/it/content/chi-siamo" title="">Chi siamo</a></li>
<li class="leaf"><a href="/it/content/caratteristiche" title="">Caratteristiche</a></li>
<li class="leaf"><a href="/it/content/dove-siamo" title="">Dove siamo</a></li>
<li class="leaf"><a href="/it/content/tariffe" title="">Tariffe</a></li>
<li class="leaf"><a href="/it/promotions" title="">Promozioni</a></li>
<li class="leaf"><a href="https://isg.readytec.it/bolTorreArg/" title="">Prenotazioni &amp; Offerte</a></li>
<li class="leaf"><a href="/it/content/contattaci" title="">Contattaci</a></li>
<li class="collapsed last"><a href="/it/category/rome" title="">Eventi a Roma</a></li>
</ul>    </ul> 

The Primary Links menu close two times the menu. I try to change the items, expandable, active, etc... but this ul never change. I don't have ul tags in page.tpl.php. How to find who insert these tags??

Comments

SamuelFreeman’s picture

its possible this is also in the template.tpl maybe try searching there

56rosa’s picture

Hi,

Can't you change the tags in the HTML editor itself? When you edit content, you should be able to see the HTML coding. No?

SamuelFreeman’s picture

no, unfortunately your theme html is declared in /public_html/themes/YOURTHEME/ then from there the majority of HTML is in page.tpl and some can be in the template.tpl. Maybe look at http://drupal.org/theme-guide to get a better understanding.

Hope this helps, which theme are you using by the way?

bisonte_biscottato’s picture

it's a derivate theme from a commercial CMS. But i don't use the ul tag in my theme! When i unpublish the primary links, the double ul go away.