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

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

[cl_conflit] fix bug cl_conflit/autosize

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