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/include/wo_admin_functions.inc.php

    r6193 r6201  
    8686} 
    8787 
     88 
     89// Select the correct menu on loc_end_admin 
     90function whois_select_menu($menu) { 
     91        global $conf_whois, $template; 
     92        if ($conf_whois['Add icon to History'] or !$conf_whois['Add to Plugins menu'])  
     93                $template->assign('ACTIVE_MENU', 4); 
     94        else $template->assign('ACTIVE_MENU', 3); 
     95} 
     96 
    8897// Template function 
    8998function Whois_most($text, $count, $when, $format) {