By fjuqp on
I'm creating a sub-theme from the Zen's starter kit.
I need to modify the menu's html code to add a div to wrap around the title of the menu (a h2 html tag with the ID "title"). However, I don't know how to do it. The closest I've gotten is to modify the block.tpl.php file, but it affects every single block on the page, and that's not what I want.
Could you guys help me?
Thanks in advance,
Cristian
Comments
Anyone please?
Anyone please?
block-left.tpl.php
It's funny I just posted a comment in a page that will help you: http://drupal.org/node/104319
If you want to theme just the left sidebar, you can do so with block-left.tpl.php, or if Zen has a different name for the regions in a template.php function, then block-left-sidebar.tpl.php would work. Try both just in case, I used it for this site: http://www.forensic-centre.com/.
HTH
Nicolas
-------------------------
http://nic.ipwa.net
Nicolas
-------------------------
Thank you so much!!!
That was exactly what I was looking for. It works perfectly.
Thank you so much!!!