Changeset 10845 for extensions/Autosize/include/affiche.php
- Timestamp:
- May 11, 2011, 12:13:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/include/affiche.php
r10445 r10845 10 10 $cl_plugin=isset($cl_plugin)?$cl_plugin:""; 11 11 $cl_visible=isset($conf['cl_auto']) ? $conf['cl_auto'] : 'true' ; 12 $DEBUG=isset($_POST['cl_debug_conflit']) ? $_POST['cl_debug_conflit'] : "false" ; 13 $DEBUG= isset($conf['cl_debug_conflit']) ? $conf['cl_debug_conflit'] : $DEBUG ; 14 15 $my_path = AUTOSIZE_PATH_ABS; 16 $theme=$user['theme']; 17 $user_status = $user['status'] ; 12 //================================================================================================= 13 $DEBUG_autosize = isset($_POST['cl_debug_conflit']) ? $_POST['cl_debug_conflit'] : "false" ; 14 $DEBUG_autosize = isset($_GET['cl_debug_conflit']) ? $_GET['cl_debug_conflit'] : $DEBUG_autosize ; 15 $DEBUG_autosize = isset($conf['cl_debug_conflit']) ? $conf['cl_debug_conflit'] : $DEBUG_autosize ; 16 //================================================================================================= 17 $my_path = AUTOSIZE_PATH_ABS; 18 $theme=$user['theme']; 19 $user_status = $user['status'] ; 18 20 19 21 $template->assign( array( … … 28 30 $template->assign( 29 31 array( 30 'DEBUG ' => $DEBUG,32 'DEBUG_autosize' => $DEBUG_autosize , 31 33 'cl_visible' => $cl_visible, 32 34 'cl_version' => $cl_version,
Note: See TracChangeset
for help on using the changeset viewer.