I normally know how to create links to ssl pages (https://...). But how do I create a link to a secure page within a product description or EZ Page? AFAICT, since the html/code is stored in the database, the php code doesn't work when the page is displayed. For example,
<php echo zen_ez_pages_link(21, 0, true, false, false); ?> or
<a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '','SSL'); ?>">Contact Us </a>
They don't work b/c the php isn't allowed to work. So, how do I create a link to a secure page without hardcoding it to the https:// URL ?



