Ignore:
Timestamp:
May 16, 2010, 10:32:54 PM (15 years ago)
Author:
vdigital
Message:

New: Piwigo 2.1 support
Fix: Non active menu => Icon is active
Fix: Active the right menu (Tools or Plugins) depending on the default access.
Change: CSS review.
Bug bypass on language.
Part of a code review.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/config.php

    r6193 r6201  
    235235                'Administrators' => $conf_whois['Administrators'],
    236236                'Plugins_menu' => ($conf_whois['Add to Plugins menu']) ? 1 : 0,
    237                 'History_icon' => ($conf_whois['Add icon to History']) ? 1 : 0,
     237                'History_icon' => ($conf_whois['Add icon to History'] or !$conf_whois['Add to Plugins menu']) ? 1 : 0,
    238238                'Keep_data' => ($conf_whois['Keep data']) ? 1 : 0,
    239239                'Display' => ($conf_whois['Default display']) ? 1 : 0,
Note: See TracChangeset for help on using the changeset viewer.