source: extensions/cl_conflit/include/affiche.php @ 7905

Last change on this file since 7905 was 7905, checked in by cljosse, 13 years ago

[cl_conflit] save?

File size: 611 bytes
Line 
1<?php 
2
3       
4
5$visible=(isset($visible))?$visible:false;
6$img_width=isset($picture['current']['width'])?$picture['current']['width']:480;
7$img_height=isset($picture['current']['height'])?$picture['current']['height']:320;
8$cl_version=isset($cl_version)?$cl_version:"";
9$theme=$user['theme'];
10 
11
12        $template->assign(
13                                        array(
14                                        'cl_version' => $cl_version,
15                                        'cl_plugin' => $cl_plugin,
16                    'cl_version' => $cl_version,
17                    'CONFLIT_PATH' => CONFLIT_PATH,
18                    'theme' => $theme,
19
20                                       
21                                 )
22                                );     
23
24                           
25 //unset($_POST);
26?>
Note: See TracBrowser for help on using the repository browser.