# Menu description for the Bob's Corner pages to be used with bhtmlmenu. # 'home' is what is put in front of HREF's, so the server can find the # references from anywhere in a directory tree. home = /~bobd/ # 'default' gives the name of the file to use when the reference ends in /. # (default index.html) default = index.html # 'buttondir' gives the directory in which the pictures for the buttons # can be found (relative to 'home'). buttondir = menu/ # The filenames of the buttons which can be selected are made from the name # of the button followed by 'active', and .gif, like # name_raised.gif active = _raised # The same for buttons that cannot be selected (= link to current page) inactive = _sunken # 'location' gives the physical path where to find the files (default ./) location = /home/bobd/public_html/ # Description of the menu. # Each line gives the name of the button followed by the reference # (relative to 'home') for this button. # The menu will be included in the references, if there is a line # menu HomePage { Home / Baseball baseball/ Beer beer/ Shogi shogi/ Useless useless/ Useful useful/ Work work/ Reactions reactions/ About about/ Help help/ } # Include menu also in these files include { about/Bob.html useful/bhtmlmenu/ ribbon/ homebrew/ homebrew/labels.html ski/ } # Exclude these files # Used for files mentioned in the menu that should not get the menu # included. (This is an alternative for not putting the line # # in these files.) exclude { }