Changeset 6214


Ignore:
Timestamp:
May 17, 2010, 10:57:46 PM (14 years ago)
Author:
vdigital
Message:

Fix: Menu was forced to Tools or Plugins on other admin functions

Location:
extensions/whois_online
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/config.php

    r6201 r6214  
    2424$errors = array();
    2525$infos = array();
     26add_event_handler('loc_end_admin', 'whois_select_menu' );
    2627
    2728// Get Current data
  • extensions/whois_online/include/wo_functions.inc.php

    r6212 r6214  
    156156function whois_add_icon($menu) {
    157157        global $conf_whois, $lang;
    158         add_event_handler('loc_end_admin', 'whois_select_menu' );
    159158        if ($conf_whois['Add icon to History'])
    160159                $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.