Ignore:
Timestamp:
May 16, 2010, 10:32:54 PM (14 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/include/wo_functions.inc.php

    r6193 r6201  
    157157function whois_add_icon($menu) {
    158158        global $conf_whois, $lang;
     159        add_event_handler('loc_end_admin', 'whois_select_menu' );
    159160        if ($conf_whois['Add icon to History'])
    160161                $lang['History'] .= '</a> <a class="external" href="' . get_admin_plugin_menu_link(WHOIS_ONLINE_PATH.'config.php') . '">
Note: See TracChangeset for help on using the changeset viewer.