By bisonte_biscottato on
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 & 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
its possible this is also in
its possible this is also in the template.tpl maybe try searching there
Hi, Can't you change the
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?
no, unfortunately your theme
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?
it's a derivate theme from a
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.