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

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

[cl_conflit] template compatibility with piwigo 2.2

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.