adding a tab:
the code below does not work. using that formula, what is the correct way to link to an ez page with a page id=1 ?
thanks.Code:<li><a href="<?php echo zen_href_link(FILENAME_DEFAULT, 'id=1', 'NONSSL'); ?>"><span>Purchase Orders</span></a></li>
I always chuckle when I see someone trying really hard to make a zen cart link. I chuckle because I've been there before.
The solution will make you smack your forehead (I did).... Why not just make a regular link?
<li><a href="index.php?main_page=page&id=1"><span>Purchase Orders</span></a></li>