Changeset 287
- Timestamp:
- 03/09/08 11:45:28 (9 months ago)
- Files:
-
- branches/luxbum-0.6/_fonctions/selection_list.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/luxbum-0.6/_fonctions/selection_list.php
r68 r287 51 51 52 52 foreach($_SESSION['luxbum'] as $d=>$s){ 53 foreach($_SESSION['luxbum'][$d] as $img=>$ok){54 $tab_selection[$i]['dir'] = $d;55 $tab_selection[$i]['img'] = $img;56 $i++;57 }53 foreach($_SESSION['luxbum'][$d] as $img=>$ok){ 54 $tab_selection[$i]['dir'] = $d; 55 $tab_selection[$i]['img'] = $img; 56 $i++; 57 } 58 58 } 59 59 … … 73 73 74 74 if ($first_ok == false) { 75 $dir_defaut = $dir;75 $dir_defaut = $dir; 76 76 $img_defaut = $name; 77 77 $first_ok = true; … … 83 83 $page->MxAttribut ('title', $title); 84 84 $page->MxUrl ('lien', lien_apercu ($dir, $name, $page_courante)); 85 $page->MxAttribut ('style', 'view_photo');85 $page->MxAttribut ('style', 'view_photo'); 86 86 $page->MxBloc ('', 'loop'); 87 87 }
