source:
extensions/cl_conflit/include/affiche.php
@
20413
Last change on this file since 20413 was 8942, checked in by , 14 years ago | |
---|---|
File size: 260 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | $visible=(isset($visible))?$visible:false; |
4 | $theme=$user['theme']; |
5 | $template->assign( |
6 | array( |
7 | 'CONFLIT_PATH' => CONFLIT_PATH, |
8 | 'theme' => $theme, |
9 | ) |
10 | ); |
11 | //unset($_POST); |
12 | ?> |
Note: See TracBrowser
for help on using the repository browser.