I'm developing a site using zencart, and have begun doing the preliminary template customization.

http://www.sutrafitadventures.com/

What I'd like to do is add a link for the 1 category that I've created -- "Vacation Pacakges" -- to the top navbar - while retaining the "zenid" parameter that gets conditionally appended to every link off the the homepage.

Currently, .. I've hardcoded it in the the page, which means that the Vacation Packages link excludes the zenid parameter.

What kind of php code would I need to replace my hardcoded category link with in the file named "tpl_header.php" so that I can instead have a dynamically generated list of category links (each with a proper zenid parameter conditionally appended to it)?

Thanks in advance,
- Yvan