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

    r7129 r7197  
    6262$lang['cf_mandatory_mail'] = 'E-mailová adresa je povinná';
    6363$lang['cf_redirect_delay'] = 'Dĺžka pauzy pri presmerovaní';
    64 $lang['cf_label_link'] = 'Manažment linku (mimo menu)';
    65 $lang['cf_define_link'] = 'Definovanie linku';
    66 $lang['cf_link'] = 'Názov šablónových premenných obsahujúcich HTML linky na kontaktný formulár';
    6764// Emails tab
    6865$lang['cf_tab_emails'] = 'E-maily';
Note: See TracChangeset for help on using the changeset viewer.