Changeset 6922


Ignore:
Timestamp:
Sep 14, 2010, 9:32:39 PM (14 years ago)
Author:
flop25
Message:

the block on index and the admin page in stand-by

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/adult_content/main.inc.php

    r6921 r6922  
    2121
    2222include_once(dirname(__FILE__).'/class.inc.php');
    23 add_event_handler('get_admin_plugin_menu_links', array(&$adult_content, 'ac_lien_menu') );
     23//add_event_handler('get_admin_plugin_menu_links', array(&$adult_content, 'ac_lien_menu') );
    2424add_event_handler('register_user', array(&$adult_content, 'on_register') );
    2525// Ajout une entrée dans le menubar
     
    2727add_event_handler('blockmanager_apply', array(&$adult_content, 'placer_identification'));
    2828//block on index
    29 add_event_handler('loc_begin_index', array(&$adult_content, 'set_block_on_index'));
     29//add_event_handler('loc_begin_index', array(&$adult_content, 'set_block_on_index'));
    3030
    3131
Note: See TracChangeset for help on using the changeset viewer.