X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=php%2Ftx_photos.php;fp=php%2Ftx_photos.php;h=0000000000000000000000000000000000000000;hb=557974b66bba86b74181d2b18569ee897eac60a8;hp=939e7adbb5d0026f037c86c2714d1c3483c207a6;hpb=019791caa57d7e07206cb917ff39bf14f728c83f;p=cl7.git diff --git a/php/tx_photos.php b/php/tx_photos.php deleted file mode 100644 index 939e7ad..0000000 --- a/php/tx_photos.php +++ /dev/null @@ -1,41 +0,0 @@ -sections() as $section) - echo '
', $section,'
Auteur : ',$ma_galerie->get_auteur($section),'
Date : ',$ma_galerie->get_date($section),'

'; - break; - - case 'section' : - $ma_galerie->set_section_courante($_GET['__section']); - $ma_galerie->afficher_vignettes($_GET['__page_section']); - break; - - case 'photo' : - $ma_galerie->set_section_courante($_GET['__section']); - $ma_galerie->afficher_photo($_GET['__photo']); - break; -} - -?> \ No newline at end of file