Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I would like to replace the navigation menu. Instead of having a block down the left side of the page I would like to have them in a horizontal line on a navbar. Any ideas on the way to do this?
I do not want to use the primary links, it does not appear to be able to have child links.
My goal is to have a navbar and a sub-nav bar. Like this;
I use a self developed module which issues a drupal_set_html_head to include a few JS scripts. However, this information is not displayed by the <?php echo $head; ?> call, but if I use
echo drupal_get_html_head();
it works. This is most strange, because phptemplate itself uses drupal_get_html_head() to give a value to $head.
Could someone troubleshoot my first design, or tell me which theme engine is easy for a n00b: phptemplate, smarty, xtemplate, or the regular themes (.theme)?
Could someone help me to change a Xtemplate theme to display the Taxonomy description, please? I don't have a clue where to start and the included readme of this module gives no further information.