Ignore:
Timestamp:
Oct 15, 2010, 4:20:39 PM (14 years ago)
Author:
plg
Message:

feature 1897 added: the core "Contact Webmaster" link in footer is replaced by
a link to the ContactForm page. It works with a smarty prefilter, so it should
work with all themes.

The configurable template variable name was removed. It is hard coded as
$ContactFormLink. I've seen no example using another variable name. It was
hard to understand for users in the administration panel and not very useful.
The corresponding language keys were removed from all languages.

bug 1916 fixed: apply the same rule for link display in footer as in menu. If
the administrator has allowed the ContactForm page for guests, let's display
it in the menu + footer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/language/fr_FR/plugin.lang.php

    r6554 r7197  
    6262$lang['cf_mandatory_mail'] = 'Présence de l\'e-mail obligatoire';
    6363$lang['cf_redirect_delay'] = 'Délai de pause de la redirection';
    64 $lang['cf_label_link'] = 'Gestion du lien (hors menu) vers le formulaire';
    65 $lang['cf_define_link'] = 'Définir le lien';
    66 $lang['cf_link'] = 'Nom de la variable de template contenant le lien HTML vers le formulaire de contact';
    6764// Emails tab
    6865$lang['cf_tab_emails'] = 'E-mails';
Note: See TracChangeset for help on using the changeset viewer.