Currently on my site I'm using an ssi include to keep a consistant navigation bar and graphic at the top of my page. I want to incorporate a vb drupal install but am curious if I will be able to continue using the same site navigation. I'm pretty weak on PHP - will I be able to include this navigation bar at the top of my drupal pages as well? If so, how?

Thanks a lot for any help you can give.

Comments

nevets’s picture

What you are talking about is achieved in Drupal through the templating system. You can read more about templates in the handbooks and I would recommend using phptemplates.

Also, with the templates you will probably want to use the primary links to to build the navigation bar. They can be set under adminster -> themes, then configure the theme (if it is a phptemplate it will have a set of boxes for the primary links)