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

    r6646 r7197  
    123123$lang['cf_redirect_delay'] = 'Wartezeit bis zur Weiterleitung (s) ';
    124124
    125 $lang['cf_label_link'] = 'Linkverwaltung (ausser der des Menüs)';
    126 
    127 $lang['cf_define_link'] = 'Den Link bestimmen';
    128 
    129 $lang['cf_link'] = 'Name der Template-Variable mit dem HTML-Link zum Kontaktformular';
    130 
    131125// Emails tab
    132126
Note: See TracChangeset for help on using the changeset viewer.