Ignore:
Timestamp:
Nov 27, 2010, 6:14:46 PM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] save

File:
1 edited

Legend:

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

    r7880 r7895  
    3333 static public function cl_conflit_script()
    3434        {
    35            global  $template,$user,$conf,$picture ,$page,$cl_version;
     35           global  $template,$user,$conf,$picture ,$page,$cl_plugin;
    3636                $my_path =  basename(dirname(__FILE__)).'/' ;
    3737            $my_path = dirname(__FILE__).'/';
     
    4040                $cl_conflit =  isset($conf['cl_conflit']) ? $conf['cl_conflit'] : 'true' ;                     
    4141                $theme=$user['theme'];
    42                          
     42               
    4343                $template->assign(
    44                                                 array( 'version' => $cl_version['version'] ,
     44                                                array(
     45                                                'version' => $cl_plugin['version'] ,
     46                                                'name' => $cl_plugin['id'] ,
    4547                                                'cl_conflit' => $cl_conflit  ,
    4648                                                'theme' => $theme  ,
     
    5860 static public function cl_conflit_script_2()
    5961 {
    60                 global  $template,$user,$conf,$picture ,$page,$cl_version;
     62                global  $template,$user,$conf,$picture ,$page,$cl_plugin;
    6163         
    6264                        $my_path =  basename(dirname(__FILE__)).'/' ;
     
    6769
    6870                        $template->assign(
    69                                         array('version' => $cl_version['version'] ,
     71                                        array(                                         
     72                                            'version' => $cl_plugin['version'] ,
     73                                                'name' => $cl_plugin['id'] ,
    7074                                                'ma_page' =>    $page['body_id'],
    7175                                                'cl_conflit' => $cl_conflit  ,
     
    9296 static public function cl_conflit_script_3($content)
    9397 {
    94            global  $template,$user,$conf,$picture ,$page,$cl_version;
     98           global  $template,$user,$conf,$picture ,$page,$cl_plugin;
    9599           
    96100                        $my_path =  basename(dirname(__FILE__)).'/' ;
Note: See TracChangeset for help on using the changeset viewer.