Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2014
    Location
    Lousiana
    Posts
    7
    Plugin Contributions
    0

    Default Privacy notice link?

    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?

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Privacy notice link?

    "define_privacy.php" indicates that the module filename for the page is privacy.php, not privacy_notice.php, and the constant that holds the filename should most likely be FILENAME_PRIVACY, not FILENAME_PRIVACY_NOTICE.

  3. #3
    Join Date
    Jan 2014
    Location
    Lousiana
    Posts
    7
    Plugin Contributions
    0

    Default Re: Privacy notice link?

    DOH! Thanks... need more coffee I guess.

    Working now.

 

 

Similar Threads

  1. privacy notice validation
    By zvenson in forum Basic Configuration
    Replies: 0
    Last Post: 3 Sep 2009, 10:48 AM
  2. Removing Privacy notice and shared link from the banner
    By tanvir-ahmad in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Mar 2008, 12:30 PM
  3. Privacy Notice
    By lucky_charm in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Aug 2007, 03:05 AM
  4. Privacy Notice Problem
    By gillpotsoffun in forum Basic Configuration
    Replies: 1
    Last Post: 14 Apr 2007, 03:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg