Ignore:
Timestamp:
Jan 27, 2011, 2:31:54 PM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] template compatibility with piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/cl_conflit/include/affiche.php

    r7944 r8942  
    11<?php 
    2 
    3        
    42
    53$visible=(isset($visible))?$visible:false;
    64$theme=$user['theme'];
    7  
    8 
    95        $template->assign(
    106                                        array(
    117                    'CONFLIT_PATH' => CONFLIT_PATH,
    12                     'theme' => $theme,
    13 
    14                                        
     8                    'theme' => $theme,                                 
    159                                 )
    16                                 );     
    17 
    18                            
     10                                );                                 
    1911 //unset($_POST);
    2012?>
Note: See TracChangeset for help on using the changeset viewer.