Ignore:
Timestamp:
Nov 28, 2010, 1:01:06 PM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] save?

File:
1 edited

Legend:

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

    r7895 r7905  
    22/*
    33Plugin Name: cl_conflit
    4 Version: 1.0.0
     4Version: 1.0.1
    55Description: gestion des conflits entre jQuery et les autres librairies
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=474
     
    1616         
    1717//============================================================================         
    18                   global $cl_version , $cl_plugin ;
    19                   $cl_version = $plugin;
    20                   $cl_plugin = $plugin;
     18  include ($path."include/constants.php");         
    2119//============================================================================
    2220include_once(CONFLIT_PATH.'conflit.inc.php');   
     21
    2322$conflit_controler = new conflit_controler();
     23add_event_handler('get_admin_plugin_menu_links', array(&$conflit_controler,'cl_conflit_admin')  );
    2424
    2525add_event_handler('loc_after_page_header', array(&$conflit_controler, 'cl_conflit_script'),  EVENT_HANDLER_PRIORITY_NEUTRAL+20 ,  2);
Note: See TracChangeset for help on using the changeset viewer.