Quote Originally Posted by jettrue View Post
When someone creates a page, and wants to add it to the drop down header, they don't have to go through all of the work in defining the link text in language files and creating a complicated zen cart link, they can just add their link normally to includes/template/YOUR_TEMPLATE/common/tpl_drop_menu.php.

<li><a href="link_here">Link Name Here</a></li>
This was my first approach until I reread the mods instructions.

So are you saying that the documented method doesn't worK?

Thanks for your clarification.