I have about 8 graphic images that I would like to place according to the navigation. Should I check it based on the node and add the logic into the template file?
for ex.
if node == 1
this image should be displayed under home the tab
else if node == 2
this image should be displayed under the about us tab
else if node == 3
this image should be displayed under the contact us tab
I would like to create custom regions in my themes. The custom regions will be the same for many themes, so as I understood from the documentation I need to create a template.php file with mytheme_regions() function and copy it to each theme directory. Is there a way to use the same template.php file in several themes?
Hi, we have been trying to convert our template to drupal. We are facing a problem and cant find any better solutions right now. We have actually tabs as primary Links(tabs are shaped like amazon) we want to implement drop down menu on these tabs should be childs of Primary Links. There are some modules available like Nice Menu etc but cant implement them with tabs coz Parent node has to be of same look and size and color as of their child. I have tried to use to YUI but dont know how to implement menu using YUI.