Show
Ignore:
Timestamp:
10/28/10 14:48:57 (3 years ago)
Author:
cljosse
Message:

[Autosize][beta] Add the option validation of the autosize according to the status

Files:
1 modified

Legend:

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

    r7394 r7458  
    88Author URI:http://cljosse.free.fr 
    99*/ 
    10  
     10/*| Ajoute l' option validation de l'autotaille en fonction du statut */ 
    1111if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 
    1212if (!defined('AUTOSIZE_PATH'))  
     
    1616 
    1717add_event_handler('loc_after_page_header', array(&$autosize_controler, 'cl_autosize_affiche'), 45 ); 
    18 //---- avant pamooramics --- 
    19 //add_event_handler('render_element_content', array(&$autosize_controler, 'cl_autosize_aff_infos_plus'),40,2); 
     18 
    2019 
    2120add_event_handler('get_admin_plugin_menu_links', array(&$autosize_controler,'cl_autosize_admin')  );