I am trying to have the email in the disclaimer to point to "Contact Us" page. I have the following in the email_extras.php:
Code:
define('EMAIL_DISCLAIMER', 'This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to <strong>' . STORE_NAME . '</strong> <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">Webmaster</a>.');
However on the email it comes liket his (on my laptop for now):
This email address was given to us by you or by one of our customers. If you
feel that you have received this email in error, please send an email to
<strong>The Fine Art of Clive Kay</strong> <a
href="http://127.0.0.1/CliveKay2008/index.php?main_page=contact_us">Webmaster</a>.
This email is sent in accordance with the US CAN-SPAM Law in effect
01/01/2004. Removal requests can be sent to this address and will be honored
and respectedI've been staring at this for hours, cannot see what I am doing wrong.
Thanks