Thanks guys (gals). I have created a theme from an existing (non zencart) website and I am trying to make it look like the parent site. The menu will appear in the header as I don't intend on using any existing zen cart structure for it (because I don't know how and I'm up against a market window). The menu is based upon a sprite graphic.
Link1 Link2 Link3 Link4 Link5
I created a function called get_main_menu() and it creates ul/li items that are defined in CSS with position: top: and left: properties. The background images are defined in CSS as well. There is no text except the title attribute. The image is the anchor.
Actually, this will be the first of probably several (or many) functions that I would normally put into a lib.php file.
Is the /includes/functions/extra_functions/ still appropriate? Thx.