Ignore:
Timestamp:
Oct 15, 2010, 4:20:39 PM (13 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/es_ES/plugin.lang.php

    r6547 r7197  
    6161$lang['cf_mandatory_mail'] = 'Presencia del e-mail obligatorio';
    6262$lang['cf_redirect_delay'] = 'Plazo de pausa del redirection';
    63 $lang['cf_label_link'] = 'Gestión del lazo (fuera de menú) hacia el formulario';
    64 $lang['cf_define_link'] = 'Definir el lazo';
    65 $lang['cf_link'] = 'Nombre de la variable de template que contiene el lazo HTML hacia el formulario de contacto';
    6663// Emails tab
    6764$lang['cf_tab_emails'] = 'E-mail';
Note: See TracChangeset for help on using the changeset viewer.