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.
hey guys. I'm trying to change the way the breadcrumb trail works on my new site which is using the kunrick theme and phptemplate. I've successfully set up my template.php file which looks like this:
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)?