I am doing custom headers/footers, and mistakenly took the Privacy link out of my tpl_footer.php page., and need to add it back in.
The define_privacy.php is located in /cart/includes/languages/english/html_includes/custom/, but no matter how I try I cannot get the php link to work in my footer. I get a page that says Privacy Notice or a 404 - and nothing else.
Under admin>tools>define pages>define_privacy.php lists the correct path - cart/includes/languages/english/html_includes/custom/define_privacy.php.
The code I used to pull the link into the footer that isn't working...
<li><?php echo '<a href="' . zen_href_link(FILENAME_PRIVACY_NOTICE, '', 'SSL') . '">' . BOX_INFORMATION_PRIVACY. '</a>'; ?></li>
Help?


Reply With Quote
