Luxbum.net - Script de galerie photo

Changeset 287

Show
Ignore:
Timestamp:
03/09/08 11:45:28 (9 months ago)
Author:
nicolas
Message:

correction de l'indentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/luxbum-0.6/_fonctions/selection_list.php

    r68 r287  
    5151 
    5252foreach($_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   
    5858} 
    5959 
     
    7373 
    7474   if ($first_ok == false) { 
    75           $dir_defaut = $dir; 
     75      $dir_defaut = $dir; 
    7676      $img_defaut = $name; 
    7777      $first_ok = true; 
     
    8383   $page->MxAttribut ('title',    $title); 
    8484   $page->MxUrl      ('lien',     lien_apercu ($dir, $name, $page_courante)); 
    85        $page->MxAttribut ('style', 'view_photo'); 
     85   $page->MxAttribut ('style', 'view_photo'); 
    8686   $page->MxBloc ('', 'loop'); 
    8787}