Show
Ignore:
Timestamp:
05/16/10 22:32:54 (2 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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/config.php

    r6193 r6201  
    234234                'Administrators' => $conf_whois['Administrators'], 
    235235                'Plugins_menu' => ($conf_whois['Add to Plugins menu']) ? 1 : 0, 
    236                 'History_icon' => ($conf_whois['Add icon to History']) ? 1 : 0, 
     236                'History_icon' => ($conf_whois['Add icon to History'] or !$conf_whois['Add to Plugins menu']) ? 1 : 0, 
    237237                'Keep_data' => ($conf_whois['Keep data']) ? 1 : 0, 
    238238                'Display' => ($conf_whois['Default display']) ? 1 : 0,