Ignore:
Timestamp:
Sep 5, 2013, 11:34:16 AM (11 years ago)
Author:
mistic100
Message:

force footer contact link when the form is public

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/main.inc.php

    r23375 r24347  
    8181  $conf['ContactForm']['cf_ready'] = count(get_contact_emails());
    8282 
    83   $template->set_prefilter('tail', 'contact_form_footer_link');
     83  if ($conf['ContactForm']['cf_ready'] && (!is_a_guest() || $conf['ContactForm']['cf_allow_guest']))
     84  {
     85    $template->assign('CONTACT_MAIL', true);
     86    $template->set_prefilter('tail', 'contact_form_footer_link');
     87  }
    8488}
    8589
Note: See TracChangeset for help on using the changeset viewer.