Ignore:
Timestamp:
Oct 28, 2010, 2:48:57 PM (14 years ago)
Author:
cljosse
Message:

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

File:
1 edited

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')  );
Note: See TracChangeset for help on using the changeset viewer.