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

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

[cl_conflit] setup!!

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