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/it_IT/plugin.lang.php

    r6547 r7197  
    6161$lang['cf_mandatory_mail'] = 'E-mail obbligatoria';
    6262$lang['cf_redirect_delay'] = 'Limite d\'attesa ';
    63 $lang['cf_label_link'] = 'Gestione del link (escluso quello del menu) verso il formulario';
    64 $lang['cf_define_link'] = 'Definire il link';
    65 $lang['cf_link'] = 'Nome della variabile del template contenente il link HTML verso il formulario di contatto';
    6663// Emails tab
    6764$lang['cf_tab_emails'] = 'E-mails';
Note: See TracChangeset for help on using the changeset viewer.