Results 1 to 2 of 2

Thread: consistent navigational code

  1. #1
    Join Date
    Jun 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default consistent navigational code

    I really like Glossy Vertical Menu and want to use on a new website. As I develop the site, I realize that if I need to alter the naviagion menu (glossymenu html code) I'll have to do it on every page which would be a nightmare. How can I link to a file (ex. navigation.html) that has all the naviagtional links and code which can then be placed into a page template. Then when I need to alter the navigational menu it changes throughout the site. Chose CSS Library: CSS Layouts: Two Columns & Fixed layouts for the layout.

    Thank you.

    Leo

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    It depends on how your pages are rendered. If they are SSI enabled (ie: .shtml extension), then you can use SSI includes to do this. If your pages are PHP enabled (ie: .php), the equivilant would be PHP's include function, and so on.
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •